Package org.openspaces.pu.container
Class CannotCreateContainerException
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.CannotCreateContainerException
- All Implemented Interfaces:
Serializable
Exception indicating failure to create a container.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotCreateContainerException(String message) CannotCreateContainerException(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
-
CannotCreateContainerException
-
CannotCreateContainerException
-