public class RoleRelationshipRemoveException extends RoleManagerException
RoleRelationshipRemoveException
class is used to construct
failure messages during the remove operation of direct Role relationships.Constructor and Description |
---|
RoleRelationshipRemoveException()
Constructs a new super exception with null as its detail message.
|
RoleRelationshipRemoveException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
RoleRelationshipRemoveException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
RoleRelationshipRemoveException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public RoleRelationshipRemoveException()
public RoleRelationshipRemoveException(java.lang.String message)
message
- the detail messagepublic RoleRelationshipRemoveException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic RoleRelationshipRemoveException(java.lang.Throwable cause)
cause
- the cause