Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends AppianException
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException(Object invalidIdentifier, ErrorCode errorCode, Object... errorCodeArgs)
    • ObjectNotFoundException

      public ObjectNotFoundException(Object invalidIdentifier, Throwable cause, ErrorCode errorCode, Object... errorCodeArgs)
  • Method Details

    • getInvalidIdentifier

      public Object getInvalidIdentifier()
    • toString

      public String 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 by AppianException.getMessage() and the error code associated with this exception. If the error code is ErrorCode.GENERIC_ERROR, no error code information is included.
      Overrides:
      toString in class AppianException