public class OrganizationDisableUsersExistException extends OrganizationManagerException
OrganizationDisableUsersExistException
class is used to
construct failure messages during the disable operation of an Organization
which has one or more existing User
entities.Constructor and Description |
---|
OrganizationDisableUsersExistException()
Constructs a new disable Organization failed exception with null as its
detail message.
|
OrganizationDisableUsersExistException(java.lang.String message)
Constructs a new disable Organization failed exception with the specified
detail
message . |
OrganizationDisableUsersExistException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new disable Organization failed exception with the specified
detail
message and cause . |
OrganizationDisableUsersExistException(java.lang.Throwable cause)
Constructs a new disable Organization 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 OrganizationDisableUsersExistException()
public OrganizationDisableUsersExistException(java.lang.String message)
message
.message
- the detail messagepublic OrganizationDisableUsersExistException(java.lang.String message, java.lang.Throwable cause)
message
and cause
.message
- the detail messagecause
- the causepublic OrganizationDisableUsersExistException(java.lang.Throwable cause)
cause
.cause
- the cause