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