public class OrganizationEnableException extends OrganizationManagerException
OrganizationEnableException class is used to
construct failure messages during the enable operation of an Organization| Constructor and Description |
|---|
OrganizationEnableException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
OrganizationEnableException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and
cause.
|
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic OrganizationEnableException(java.lang.String message)
message - the detail messagepublic OrganizationEnableException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause