Class BlobStoreMissingException

All Implemented Interfaces:
Serializable

public class BlobStoreMissingException extends BlobStoreException
Exception thrown when a blob store id found in the configuration is not found in the application context
Since:
4.0
Author:
joseross
See Also:
  • Constructor Details

    • BlobStoreMissingException

      public BlobStoreMissingException()
    • BlobStoreMissingException

      public BlobStoreMissingException(String message)
    • BlobStoreMissingException

      public BlobStoreMissingException(String message, Throwable cause)