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