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 Organization| Constructor 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, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic 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