Class GracefulShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.common.exception.LoomException
com.loomcache.common.exception.GracefulShutdownException
- All Implemented Interfaces:
Serializable
Thrown when a component or phase cannot complete a graceful shutdown safely.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGracefulShutdownException(String message) Creates a new GracefulShutdownException with the given message.GracefulShutdownException(String message, @Nullable Throwable cause) Creates a new GracefulShutdownException with the given message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GracefulShutdownException
Creates a new GracefulShutdownException with the given message.- Parameters:
message- the error message
-
GracefulShutdownException
-