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