Package com.atlan.exception
Class LockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.LockedException
- All Implemented Interfaces:
Serializable
Error that occurs if the operation being attempted hits a lock within Atlan. For example, trying to update
or create a type definition while others are still being processed.
- See Also:
-
Constructor Summary
Constructors -
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
-
LockedException
-
LockedException
-