public class OrganizationDisableException extends OrganizationManagerException
OrganizationDisableException
class is used to
construct failure messages during the disable operation of an OrganizationConstructor and Description |
---|
OrganizationDisableException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
OrganizationDisableException(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, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public OrganizationDisableException(java.lang.String message)
message
- the detail messagepublic OrganizationDisableException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause