Class UnassignedStatusCodeException

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

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

    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, String aMessage, String aErrorCode)
      Instantiates a new unassigned status code exception.
      Parameters:
      aHttpStatusCode - The HTTP-Status-Code in question.
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unassigned status code exception.
      Parameters:
      aHttpStatusCode - The HTTP-Status-Code in question.
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, String aMessage, Throwable aCause)
      Instantiates a new unassigned status code exception.
      Parameters:
      aHttpStatusCode - The HTTP-Status-Code in question.
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, String aMessage)
      Instantiates a new unassigned status code exception.
      Parameters:
      aHttpStatusCode - The HTTP-Status-Code in question.
      aMessage - The aMessage describing this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, Throwable aCause, String aErrorCode)
      Instantiates a new unassigned status code exception.
      Parameters:
      aHttpStatusCode - The HTTP-Status-Code in question.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, Throwable aCause)
      Instantiates a new unassigned status code exception.
      Parameters:
      aHttpStatusCode - The HTTP-Status-Code in question.
      aCause - The Throwable (Exception) causing this exception.