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