Class MediaNotFoundException

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

public class MediaNotFoundException extends RuntimeException
Exception thrown when Media identified by its identifier has not been found in the storage.
See Also:
  • Constructor Details

    • MediaNotFoundException

      public MediaNotFoundException(String message)
    • MediaNotFoundException

      public MediaNotFoundException(Throwable cause)
    • MediaNotFoundException

      public MediaNotFoundException(String message, Throwable cause)