Class HttpVersionNotSupportedRuntimeException

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

public class HttpVersionNotSupportedRuntimeException
extends HttpStatusRuntimeException
The Class HttpVersionNotSupportedRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • HttpVersionNotSupportedRuntimeException

      public HttpVersionNotSupportedRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new HTTP version not supported runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • HttpVersionNotSupportedRuntimeException

      public HttpVersionNotSupportedRuntimeException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new HTTP version not supported runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • HttpVersionNotSupportedRuntimeException

      public HttpVersionNotSupportedRuntimeException​(String message, Throwable cause)
      Instantiates a new HTTP version not supported runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • HttpVersionNotSupportedRuntimeException

      public HttpVersionNotSupportedRuntimeException​(String message)
      Instantiates a new HTTP version not supported runtime exception.
      Parameters:
      message - the message
    • HttpVersionNotSupportedRuntimeException

      public HttpVersionNotSupportedRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new HTTP version not supported runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • HttpVersionNotSupportedRuntimeException

      public HttpVersionNotSupportedRuntimeException​(Throwable cause)
      Instantiates a new HTTP version not supported runtime exception.
      Parameters:
      cause - the cause