public class HttpVersionNotSupportedRuntimeException extends HttpStatusRuntimeException
org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B extends org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B>>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator<SC>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeProperty<SC>org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
HttpVersionNotSupportedRuntimeException(String message)
Instantiates a new HTTP version not supported runtime exception.
|
HttpVersionNotSupportedRuntimeException(String aMessage,
String aErrorCode)
Instantiates a new HTTP version not supported runtime exception.
|
HttpVersionNotSupportedRuntimeException(String message,
Throwable cause)
Instantiates a new HTTP version not supported runtime exception.
|
HttpVersionNotSupportedRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new HTTP version not supported runtime exception.
|
HttpVersionNotSupportedRuntimeException(Throwable cause)
Instantiates a new HTTP version not supported runtime exception.
|
HttpVersionNotSupportedRuntimeException(Throwable aCause,
String aErrorCode)
Instantiates a new HTTP version not supported runtime exception.
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpVersionNotSupportedRuntimeException(String aMessage, String aErrorCode)
aMessage - the a messageaErrorCode - the a error codepublic HttpVersionNotSupportedRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic HttpVersionNotSupportedRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic HttpVersionNotSupportedRuntimeException(String message)
message - the messagepublic HttpVersionNotSupportedRuntimeException(Throwable aCause, String aErrorCode)
aCause - the a causeaErrorCode - the a error codepublic HttpVersionNotSupportedRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.