Class BlobStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.commons.file.blob.exception.BlobStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlobStoreConfigurationMissingException, BlobStoreMissingException

public class BlobStoreException extends RuntimeException
Base Exception for all blob store specific errors
Since:
3.1.12
Author:
joseross
See Also:
  • Constructor Details

    • BlobStoreException

      public BlobStoreException()
    • BlobStoreException

      public BlobStoreException(String message)
    • BlobStoreException

      public BlobStoreException(String message, Throwable cause)