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, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic 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