public class OrganizationManagerException extends IdentityException
OrganizationManagerException
class is used to
construct failure messages if there is an exception during an operation being performed on an OrganizationConstructor and Description |
---|
OrganizationManagerException()
Constructs a new validation failed exception with null as its detail message.
|
OrganizationManagerException(java.lang.String message)
Constructs a new validation failed exception with the specified detail message.
|
OrganizationManagerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new validation failed exception with the specified detail message and cause.
|
OrganizationManagerException(java.lang.Throwable cause)
Constructs a new validation 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 OrganizationManagerException()
public OrganizationManagerException(java.lang.String message)
message
- the detail messagepublic OrganizationManagerException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic OrganizationManagerException(java.lang.Throwable cause)
cause
- the cause