Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>public class BasicAuthRequiredRuntimeException extends UnauthorizedException
HeaderField.WWW_AUTHENTICATE data was found, e.g.
BasicAuthCredentials was null.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 |
|---|---|
BasicAuthRequiredRuntimeException(String message) |
Instantiates a new basic auth required runtime exception.
|
BasicAuthRequiredRuntimeException(String aMessage,
String aErrorCode) |
Instantiates a new basic auth required runtime exception.
|
BasicAuthRequiredRuntimeException(String message,
Throwable cause) |
Instantiates a new basic auth required runtime exception.
|
BasicAuthRequiredRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new basic auth required runtime exception.
|
BasicAuthRequiredRuntimeException(Throwable cause) |
Instantiates a new basic auth required runtime exception.
|
BasicAuthRequiredRuntimeException(Throwable aCause,
String aErrorCode) |
Instantiates a new basic auth required runtime exception.
|
getStatusCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BasicAuthRequiredRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic BasicAuthRequiredRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic BasicAuthRequiredRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic BasicAuthRequiredRuntimeException(String message)
message - the messagepublic BasicAuthRequiredRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic BasicAuthRequiredRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.