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