public class OrganizationDeleteUsersExistException extends OrganizationManagerException
Constructor and Description |
---|
OrganizationDeleteUsersExistException()
Constructs a new validation failed exception with null as its detail message.
|
OrganizationDeleteUsersExistException(java.lang.String message)
Constructs a new validation failed exception with the specified detail message.
|
OrganizationDeleteUsersExistException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new validation failed exception with the specified detail message and cause.
|
OrganizationDeleteUsersExistException(java.lang.Throwable cause)
Constructs a new validation failed 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 OrganizationDeleteUsersExistException()
public OrganizationDeleteUsersExistException(java.lang.String message)
message
- the detail messagepublic OrganizationDeleteUsersExistException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic OrganizationDeleteUsersExistException(java.lang.Throwable cause)
cause
- the cause