Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>public class BasicAuthFailureRuntimeException extends UnauthorizedRuntimeException
BasicAuthCredentials failed.org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyorg.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC extends Object,B extends org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B>>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator<SC extends Object>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeProperty<SC extends Object>| Constructor | Description |
|---|---|
BasicAuthFailureRuntimeException(String message) |
Instantiates a new basic auth failure runtime exception.
|
BasicAuthFailureRuntimeException(String aMessage,
String aErrorCode) |
Instantiates a new basic auth failure runtime exception.
|
BasicAuthFailureRuntimeException(String message,
Throwable cause) |
Instantiates a new basic auth failure runtime exception.
|
BasicAuthFailureRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new basic auth failure runtime exception.
|
BasicAuthFailureRuntimeException(Throwable cause) |
Instantiates a new basic auth failure runtime exception.
|
BasicAuthFailureRuntimeException(Throwable aCause,
String aErrorCode) |
Instantiates a new basic auth failure runtime exception.
|
getStatusCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BasicAuthFailureRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic BasicAuthFailureRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic BasicAuthFailureRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic BasicAuthFailureRuntimeException(String message)
message - the messagepublic BasicAuthFailureRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic BasicAuthFailureRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.