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