public class PermissionCheckFailureException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
PermissionCheckFailureException()
Constructor
|
PermissionCheckFailureException(Role role)
Constructor
|
PermissionCheckFailureException(Role role1,
Role role2)
Constructor
|
PermissionCheckFailureException(Server server)
Constructor
|
PermissionCheckFailureException(java.lang.String message)
Contructor
|
PermissionCheckFailureException(java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic PermissionCheckFailureException()
public PermissionCheckFailureException(java.lang.Throwable cause)
cause - the cause (which is saved for later retrieval
by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public PermissionCheckFailureException(Role role)
role - Cause for the exception (bad role)public PermissionCheckFailureException(Role role1, Role role2)
role1 - Cause for the exception (bad role)role2 - Cause for the exception (bad role)public PermissionCheckFailureException(Server server)
server - Cause for the exception (not permitted for server)public PermissionCheckFailureException(java.lang.String message)
message - use it as exception message