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