public abstract class CertificationServiceException extends OIMServiceException
CertificationRuntimeException
subclass
Client locale must be set in the Context at instantiation of this class for a localized message to be produced (authentication processing typically sets Context locale from HTTP request locale)
Future: This base class will be made package private, so do not reference it anywhere except subclasses
| Constructor and Description |
|---|
CertificationServiceException(java.lang.String errorCode,
java.io.Serializable[] errorData)
Instantiate this class with a localized message
|
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic CertificationServiceException(java.lang.String errorCode,
java.io.Serializable[] errorData)
errorCode - A Logging.properties keyerrorData - Arguments to the substitution parameters in the error
message, if any, or null, otherwise