public class OrganizationAlreadyDeletedException extends OrganizationManagerException
OrganizationAlreadyDeletedException
class is used when an
attempt is made to delete an Organization whose status in the back-end DB is
set to Deleted
.Constructor and Description |
---|
OrganizationAlreadyDeletedException()
Constructs a new Organization already deleted exception with null
as its detail message.
|
OrganizationAlreadyDeletedException(java.lang.String message)
Constructs a new Organization already deleted exception with the
specified detail
message . |
OrganizationAlreadyDeletedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new Organization already deleted exception with the
specified detail
message and cause . |
OrganizationAlreadyDeletedException(java.lang.Throwable cause)
Constructs a new deleted exception with the specified
cause . |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public OrganizationAlreadyDeletedException()
public OrganizationAlreadyDeletedException(java.lang.String message)
message
.message
- the detail messagepublic OrganizationAlreadyDeletedException(java.lang.String message, java.lang.Throwable cause)
message
and cause
.message
- the detail messagecause
- the causepublic OrganizationAlreadyDeletedException(java.lang.Throwable cause)
cause
.cause
- the cause