Class EnvironmentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.config.server.environment.EnvironmentNotFoundException
- All Implemented Interfaces:
Serializable
@ResponseStatus(code=NOT_FOUND,
reason="Application Not Found")
public class EnvironmentNotFoundException
extends RuntimeException
- Author:
- Chidambaram Sundaram
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnvironmentNotFoundException
-