Class ResourceCapacityExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.client.ResourceCapacityExceededException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LimitExceededException, MemoryShortageException, RedoLogCapacityExceededException

public class ResourceCapacityExceededException extends RuntimeException
Thrown when a resource usage is exceeding its capacity MemoryShortageException RedoLogCapacityExceededException
Since:
7.1
Author:
eitany
See Also:
  • Constructor Details

    • ResourceCapacityExceededException

      public ResourceCapacityExceededException(String message)
    • ResourceCapacityExceededException

      public ResourceCapacityExceededException(String message, Throwable cause)
    • ResourceCapacityExceededException

      public ResourceCapacityExceededException(Throwable cause)