public class InsufficientPrivilegesException extends AppianException
Constructor and Description |
---|
InsufficientPrivilegesException()
Deprecated.
|
InsufficientPrivilegesException(java.lang.String message)
Deprecated.
|
InsufficientPrivilegesException(java.lang.String username,
java.lang.Object targetObjectIdentifier,
ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
InsufficientPrivilegesException(java.lang.String username,
java.lang.Object targetObjectIdentifier,
java.lang.Throwable cause,
ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
InsufficientPrivilegesException(java.lang.String message,
java.lang.Throwable t)
Deprecated.
|
InsufficientPrivilegesException(java.lang.Throwable t)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getTargetIdentifier() |
java.lang.String |
getUsername() |
java.lang.String |
toString()
Returns a detailed exception's message representation.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage
@Deprecated public InsufficientPrivilegesException()
@Deprecated public InsufficientPrivilegesException(java.lang.String message)
@Deprecated public InsufficientPrivilegesException(java.lang.Throwable t)
@Deprecated public InsufficientPrivilegesException(java.lang.String message, java.lang.Throwable t)
public InsufficientPrivilegesException(java.lang.String username, java.lang.Object targetObjectIdentifier, ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public InsufficientPrivilegesException(java.lang.String username, java.lang.Object targetObjectIdentifier, java.lang.Throwable cause, ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public java.lang.String getUsername()
public java.lang.Object getTargetIdentifier()
public java.lang.String toString()
AppianException
AppianException.getMessage()
and the error code
associated with this exception. If the error code is
ErrorCode.GENERIC_ERROR
, no error code information is included.toString
in class AppianException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.