Class InsufficientPrivilegesException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrivilegeException

public class InsufficientPrivilegesException extends AppianException
See Also:
  • Constructor Details

    • InsufficientPrivilegesException

      @Deprecated public InsufficientPrivilegesException()
      Deprecated.
    • InsufficientPrivilegesException

      @Deprecated public InsufficientPrivilegesException(String message)
      Deprecated.
    • InsufficientPrivilegesException

      @Deprecated public InsufficientPrivilegesException(Throwable t)
      Deprecated.
    • InsufficientPrivilegesException

      @Deprecated public InsufficientPrivilegesException(String message, Throwable t)
      Deprecated.
    • InsufficientPrivilegesException

      public InsufficientPrivilegesException(String username, Object targetObjectIdentifier, ErrorCode errorCode, Object... errorCodeArgs)
    • InsufficientPrivilegesException

      public InsufficientPrivilegesException(String username, Object targetObjectIdentifier, Throwable cause, ErrorCode errorCode, Object... errorCodeArgs)
  • Method Details

    • getUsername

      public String getUsername()
    • getTargetIdentifier

      public Object getTargetIdentifier()
    • 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