Package com.atlan.exception
Class PermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.AuthenticationException
com.atlan.exception.PermissionException
- All Implemented Interfaces:
Serializable
Error that occurs if the API token configured for the SDK does not have permission to access or carry out the
requested operation on a given object. These can be temporary in nature, as there is some asynchronous processing
that occurs when permissions are granted.
- See Also:
-
Constructor Summary
ConstructorDescriptionPermissionException
(ErrorCode error, String... params) PermissionException
(ErrorCode error, Throwable e) -
Method Summary
Methods inherited from class com.atlan.exception.AtlanException
getAtlanError, getCode, getMessage, getStatusCode, getUserMessage, setAtlanError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermissionException
-
PermissionException
-
PermissionException
-