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