Class ExternalStorageServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.media.exceptions.ExternalStorageServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExternalStorageServiceException extends java.lang.RuntimeExceptionException thrown where there is a problem with obtaining or creating specific external storage service form 3d party library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalStorageServiceException(java.lang.String message)ExternalStorageServiceException(java.lang.String message, java.lang.Throwable cause)ExternalStorageServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ExternalStorageServiceException
public ExternalStorageServiceException(java.lang.String message)
-
ExternalStorageServiceException
public ExternalStorageServiceException(java.lang.Throwable cause)
-
ExternalStorageServiceException
public ExternalStorageServiceException(java.lang.String message, java.lang.Throwable cause)
-
-