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 Details

    • GSMNotFoundException

      public GSMNotFoundException(String[] groups, long timeout, Exception e)
    • GSMNotFoundException

      public GSMNotFoundException(String[] groups, long timeout)
  • Method Details

    • getGroups

      public String[] getGroups()
    • getTimeout

      public long getTimeout()