Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.blackrook.small.exception.request.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends javax.servlet.ServletException
Exception thrown when a resource could not be found.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • NotFoundException

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

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