public class KeepExceptionOpenAccessBlocked extends KeepException implements KeepExceptionType
Bad credentials
| Constructor and Description |
|---|
KeepExceptionOpenAccessBlocked(java.lang.String message) |
KeepExceptionOpenAccessBlocked(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, toJsonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLevelpublic KeepExceptionOpenAccessBlocked(java.lang.String message)
message - public KeepExceptionOpenAccessBlocked(java.lang.String message,
java.lang.Object... args)
message - args - Formatter inputpublic ErrorClassification getKeepErrorType()
KeepExceptionTypeThe type of error the Exception represents
getKeepErrorType in interface KeepExceptionTypegetKeepErrorType in class KeepException