Class InvalidEnvironmentRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.cloud.config.server.environment.InvalidEnvironmentRequestException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(code=BAD_REQUEST, reason="Invalid Request") public class InvalidEnvironmentRequestException extends RuntimeException- Author:
- Chidambaram Sundaram
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEnvironmentRequestException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidEnvironmentRequestException
public InvalidEnvironmentRequestException(String string)
-
-