Class NoDataAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- de.hybris.platform.servicelayer.media.NoDataAvailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoDataAvailableException extends SystemException
Thrown if data of a media is requested but no data is set.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoDataAvailableException(java.lang.String message)NoDataAvailableException(java.lang.String message, java.lang.Throwable cause)NoDataAvailableException(java.lang.Throwable cause)
-