public class RoleRelationshipUpdateException extends RoleManagerException
RoleRelationshipUpdateException
class is used to construct
failure messages during the relationship update operation between two Roles.Constructor and Description |
---|
RoleRelationshipUpdateException()
Constructs a new super exception with null as its detail message.
|
RoleRelationshipUpdateException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
RoleRelationshipUpdateException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
RoleRelationshipUpdateException(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 RoleRelationshipUpdateException()
public RoleRelationshipUpdateException(java.lang.String message)
message
- the detail messagepublic RoleRelationshipUpdateException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic RoleRelationshipUpdateException(java.lang.Throwable cause)
cause
- the cause