public class KeepExceptionBadCredentials extends KeepExceptionInsufficientAccess implements KeepExceptionType
Bad t credentials. Used to report specifically on this
Constructor and Description |
---|
KeepExceptionBadCredentials(java.lang.String message) |
KeepExceptionBadCredentials(java.lang.String message,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
ErrorClassification |
getKeepErrorType()
The type of error the Exception represents
|
fromJson, fromThrowable, get, getLevel, getLocation, status, toJson
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLevel
public KeepExceptionBadCredentials(java.lang.String message)
message
- public KeepExceptionBadCredentials(java.lang.String message, java.lang.Object... args)
message
- args
- Formatting inputpublic ErrorClassification getKeepErrorType()
KeepExceptionType
The type of error the Exception represents
getKeepErrorType
in interface KeepExceptionType
getKeepErrorType
in class KeepExceptionInsufficientAccess