15.32.2 Exception classes for APIs offered by Hitachi
The figure below shows the hierarchy of the exception classes for APIs (non-JAAS APIs) offered by Hitachi.
The following table lists these exception classes.
Table 15‒5: Exception classes for APIs offered by Hitachi
|
No.
|
Exception name
|
Description
|
|
1
|
com.cosminexus.admin.common.UAException
|
A parent class for exception classes 2 through 8.
|
|
2
|
com.cosminexus.admin.common.ParameterError
|
There is a parameter error in one of the APIs.
|
|
3
|
com.cosminexus.admin.common.FormatError
|
There is a format error in one of the APIs.
|
|
4
|
com.cosminexus.admin.common.ConfigError
|
There is a configuration file error.
|
|
5
|
com.cosminexus.admin.auth.api.repository.ldap.ObjectClassError
|
There is an object class error.
|
|
6
|
com.cosminexus.admin.auth.CryptoException
|
Encryption or decryption has failed.
|
|
7
|
com.cosminexus.admin.auth.api.repository.event.ChangeDataFailedException
|
The listener class is called if an attempt to update authentication information for another system has failed.
|
|
8
|
com.cosminexus.admin.auth.api.repository.event.SSODataListenerException
|
The LdapSSODataManager class is called if an attempt to update authentication information for another system has failed.
|
To Page Top