Class NotFoundException

All Implemented Interfaces:
Serializable, ResponseResetableException

public class NotFoundException extends ResponseResetableExceptionDefault
Exception to throw to trigger the "Not Found" route.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      If not already flushed, the response will be reset before running the "Not Found" routing process.
    • NotFoundException

      public NotFoundException(String message)
      If not already flushed, the response will be reset before running the "Not Found" routing process.
    • NotFoundException

      public NotFoundException(boolean resetResponse)
      Parameters:
      resetResponse - If not already flushed, should the response be reset before running the "Not Found" routing process?
    • NotFoundException

      public NotFoundException(String message, boolean resetResponse)
      Parameters:
      resetResponse - If not already flushed, should the response be reset before running the "Not Found" routing process?