Package com.atlan.exception
Class LogicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.LogicException
- All Implemented Interfaces:
Serializable
Error that occurs when an unexpected logic problem arises. If these are ever experienced, they should be
immediately reported against the SDK as bugs.
- See Also:
-
Constructor Summary
ConstructorDescriptionLogicException
(ErrorCode error, String... params) LogicException
(ErrorCode error, Throwable e) LogicException
(ErrorCode error, Throwable e, String... params) -
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
-
LogicException
-
LogicException
-
LogicException
-