Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
The basic exception class used to tell when certain things go wrong in evaluation of requests.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
      Creates a new NotFoundException object.
      Parameters:
      message - ...
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Creates a new NotFoundException object with a cause.
      Parameters:
      message - the message
      cause - the cause