Class GSMNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.openspaces.pu.container.servicegrid.deploy.GSMNotFoundException
- All Implemented Interfaces:
Serializable
public class GSMNotFoundException
extends org.springframework.core.NestedRuntimeException
Indicates error in finding a GSM to deploy to.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGSMNotFoundException(String[] groups, long timeout) GSMNotFoundException(String[] groups, long timeout, Exception e) -
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
-
GSMNotFoundException
-
GSMNotFoundException
-
-
Method Details
-
getGroups
-
getTimeout
public long getTimeout()
-