Class MediaIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- de.hybris.platform.servicelayer.media.MediaIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class MediaIOException extends SystemException
Thrown if anIOExceptionhas occurred while media handling operations.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MediaIOException(java.lang.String message)MediaIOException(java.lang.String message, java.lang.Throwable cause)MediaIOException(java.lang.Throwable cause)
-