Package com.atlan.exception
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.ApiException
- All Implemented Interfaces:
Serializable
Error that occurs when the SDK receives a response that indicates a problem, but that the SDK currently has no
other way of interpreting. Basically, this is a catch-all for errors that do not fit any more specific exception.
- See Also:
-
Constructor Summary
-
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
-
ApiException
-
ApiException
-