Class IllegalPathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.adminui.exception.IllegalPathException
All Implemented Interfaces:
Serializable

public class IllegalPathException extends Exception
An exception which indicates a non existing or non readable path.
Author:
ademasi
See Also:
  • Constructor Details

    • IllegalPathException

      public IllegalPathException(String message)
      Constructor without cause.
      Parameters:
      message -
    • IllegalPathException

      public IllegalPathException(String message, Throwable cause)
      Full fledged constructor.
      Parameters:
      message -
      cause -