public class KeepExceptionInsufficientAccessForDocument extends KeepException implements KeepExceptionType
Bad credentials
Constructor and Description |
---|
KeepExceptionInsufficientAccessForDocument(java.lang.String message) |
KeepExceptionInsufficientAccessForDocument(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 KeepExceptionInsufficientAccessForDocument(java.lang.String message)
message
- public KeepExceptionInsufficientAccessForDocument(java.lang.String message, java.lang.Object... args)
message
- args
- public ErrorClassification getKeepErrorType()
KeepExceptionType
The type of error the Exception represents
getKeepErrorType
in interface KeepExceptionType
getKeepErrorType
in class KeepException