Class UnassignedStatusCodeException

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

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

    • UnassignedStatusCodeException

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

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

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

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

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

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

      public UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl, String aErrorCode)
      Instantiates a new according exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aUrl - The URL involved in this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl, Throwable aCause, String aErrorCode)
      Instantiates a new according exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aUrl - The URL involved in this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl, Throwable aCause)
      Instantiates a new according exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aUrl - The URL involved in this exception.
      aCause - The Throwable (Exception) causing this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl)
      Instantiates a new according exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aUrl - The URL involved in this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, Url aUrl, Throwable aCause, String aErrorCode)
      Instantiates a new according exception.
      Parameters:
      aUrl - The URL involved in this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeException

      public UnassignedStatusCodeException(int aHttpStatusCode, Url aUrl, Throwable aCause)
      Instantiates a new according exception.
      Parameters:
      aUrl - The URL involved in this exception.
      aCause - The Throwable (Exception) causing this exception.