Class UnassignedStatusCodeRuntimeException

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

public class UnassignedStatusCodeRuntimeException extends HttpStatusRuntimeException
The Class UnassignedStatusCodeRuntimeException.
See Also:
  • Constructor Details

    • UnassignedStatusCodeRuntimeException

      public UnassignedStatusCodeRuntimeException(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.
    • UnassignedStatusCodeRuntimeException

      public UnassignedStatusCodeRuntimeException(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 (RuntimeException) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeRuntimeException

      public UnassignedStatusCodeRuntimeException(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 (RuntimeException) causing this exception.
    • UnassignedStatusCodeRuntimeException

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

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

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

      public UnassignedStatusCodeRuntimeException(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.
    • UnassignedStatusCodeRuntimeException

      public UnassignedStatusCodeRuntimeException(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 (RuntimeException) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnassignedStatusCodeRuntimeException

      public UnassignedStatusCodeRuntimeException(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 (RuntimeException) causing this exception.
    • UnassignedStatusCodeRuntimeException

      public UnassignedStatusCodeRuntimeException(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.
    • UnassignedStatusCodeRuntimeException

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

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