Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.util.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
An exception that indicates that a resource that was expected to exist does not exist.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      Constructs a NotFoundException without a detail message.
    • NotFoundException

      public NotFoundException(String message)
      Constructs a NotFoundException with a detail message.
    • NotFoundException

      public NotFoundException(Throwable cause)
      Constructs a NotFoundException with a cause.
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Constructs a NotFoundException with a detail message and a cause.