Class ProcessingUnitNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.openspaces.pu.container.servicegrid.deploy.ProcessingUnitNotFoundException
- All Implemented Interfaces:
Serializable
public class ProcessingUnitNotFoundException
extends org.springframework.core.NestedRuntimeException
Failure to find a processing unit to deploy to.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingUnitNotFoundException(String name, com.gigaspaces.grid.gsm.GSM gsm) -
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
-
ProcessingUnitNotFoundException
-