Class NotFoundException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class NotFoundException extends HttpStatusException
The Class NotFoundException.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String aMessage, String aErrorCode)
      Instantiates a new not found exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • NotFoundException

      public NotFoundException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new not found exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Instantiates a new not found exception.
      Parameters:
      message - the message
      cause - the cause
    • NotFoundException

      public NotFoundException(String message)
      Instantiates a new not found exception.
      Parameters:
      message - the message
    • NotFoundException

      public NotFoundException(Throwable aCause, String aErrorCode)
      Instantiates a new not found exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • NotFoundException

      public NotFoundException(Throwable cause)
      Instantiates a new not found exception.
      Parameters:
      cause - the cause