Class MediaStoreException

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

public class MediaStoreException extends RuntimeException
Exception thrown when some problem during storing media has occured.
See Also:
  • Constructor Details

    • MediaStoreException

      public MediaStoreException(String message)
    • MediaStoreException

      public MediaStoreException(Throwable cause)
    • MediaStoreException

      public MediaStoreException(String message, Throwable cause)