Package com.atlan.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.NotFoundException
- All Implemented Interfaces:
Serializable
Error that occurs if a requested object does not exist. For example, trying to retrieve an asset that does not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionNotFoundException
(ErrorCode error, String... params) NotFoundException
(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
-
NotFoundException
-
NotFoundException
-
NotFoundException
-