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

public class BlobStoreException extends RuntimeException
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 Details

    • BlobStoreException

      public BlobStoreException(String message)
    • BlobStoreException

      public BlobStoreException(Throwable cause)
    • BlobStoreException

      public BlobStoreException(String message, Throwable cause)