Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends HttpException
A runtime exception indicating a not found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
      Parameters:
      message - the message
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Parameters:
      message - the message
      cause - the cause of this exception