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