Class ExternalStorageServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.media.exceptions.ExternalStorageServiceException
All Implemented Interfaces:
Serializable

public class ExternalStorageServiceException extends RuntimeException
Exception thrown where there is a problem with obtaining or creating specific external storage service form 3d party library.
See Also:
  • Constructor Details

    • ExternalStorageServiceException

      public ExternalStorageServiceException(String message)
    • ExternalStorageServiceException

      public ExternalStorageServiceException(Throwable cause)
    • ExternalStorageServiceException

      public ExternalStorageServiceException(String message, Throwable cause)