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