Package org.openspaces.pu.container
Class CannotCloseContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.openspaces.pu.container.ProcessingUnitContainerException
org.openspaces.pu.container.CannotCloseContainerException
- All Implemented Interfaces:
Serializable
Exception indicating failure to close a container.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotCloseContainerException(String message) CannotCloseContainerException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCloseContainerException
-
CannotCloseContainerException
-