Class MediaInvalidLocationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MediaInvalidLocationException
    extends java.lang.RuntimeException
    Exception thrown when user is requesting media from invalid location. For instance not proper media folder for given location path.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MediaInvalidLocationException

        public MediaInvalidLocationException​(java.lang.String message)
      • MediaInvalidLocationException

        public MediaInvalidLocationException​(java.lang.Throwable cause)
      • MediaInvalidLocationException

        public MediaInvalidLocationException​(java.lang.String message,
                                             java.lang.Throwable cause)