Class BlobStoreNotWritableModeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
org.craftercms.studio.api.v2.exception.blob.BlobStoreNotWritableModeException
All Implemented Interfaces:
Serializable

public class BlobStoreNotWritableModeException extends ServiceLayerException
Exception to be thrown when a write operation is attempted on a blob store configured in read-only mode.
See Also:
  • Constructor Details

    • BlobStoreNotWritableModeException

      public BlobStoreNotWritableModeException(String message)