Package com.appiancorp.exceptions
Class InsufficientPrivilegesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.exceptions.AppianException
com.appiancorp.exceptions.InsufficientPrivilegesException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PrivilegeException
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.InsufficientPrivilegesException
(String message) Deprecated.InsufficientPrivilegesException
(String username, Object targetObjectIdentifier, ErrorCode errorCode, Object... errorCodeArgs) InsufficientPrivilegesException
(String username, Object targetObjectIdentifier, Throwable cause, ErrorCode errorCode, Object... errorCodeArgs) InsufficientPrivilegesException
(String message, Throwable t) Deprecated.Deprecated. -
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
-
InsufficientPrivilegesException
Deprecated. -
InsufficientPrivilegesException
Deprecated. -
InsufficientPrivilegesException
Deprecated. -
InsufficientPrivilegesException
Deprecated. -
InsufficientPrivilegesException
-
InsufficientPrivilegesException
-
-
Method Details
-
getUsername
-
getTargetIdentifier
-
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
-