Class StorageFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.internal.server.space.redolog.storage.StorageException
com.gigaspaces.internal.server.space.redolog.storage.StorageFullException
- All Implemented Interfaces:
Serializable
Thrown when attemp to add data to a full storage
- Since:
- 7.1
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageFullException(String msg, Throwable cause, List deniedPackets) StorageFullException(String msg, List deniedPackets) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageFullException
-
StorageFullException
-
-
Method Details
-
getDeniedPackets
-