Package com.appiancorp.exceptions
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.exceptions.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionObjectNotFoundException
(Object invalidIdentifier, ErrorCode errorCode, Object... errorCodeArgs) ObjectNotFoundException
(Object invalidIdentifier, Throwable cause, ErrorCode errorCode, Object... errorCodeArgs) -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns a detailed exception's message representation.Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianException
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ObjectNotFoundException
-
ObjectNotFoundException
-
-
Method Details
-
getInvalidIdentifier
-
toString
Description copied from class:AppianException
Returns a detailed exception's message representation. This method should not be used to display messages to the end user. The default representation includes the exception class name, the exception's message as returned byAppianException.getMessage()
and the error code associated with this exception. If the error code isErrorCode.GENERIC_ERROR
, no error code information is included.- Overrides:
toString
in classAppianException
-