Package com.gigaspaces.server.blobstore
Class BlobStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.server.blobstore.BlobStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BlobStoreMemoryShortageException
Exception class that is thrown when any kind of BlobStore related exception happens. This class
extends
RuntimeException- Since:
- 10.0.0
- Author:
- Kobi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlobStoreException(String message) BlobStoreException(String message, Throwable cause) BlobStoreException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BlobStoreException
-
BlobStoreException
-
BlobStoreException
-