|
Exception Summary |
| AdapterAlreadyRegisteredException |
An unchecked exception indicating that the given adapter has already been
registered using AdapterRegistry.registerAdapter before, i.e. |
| AdapterCallbackDuplicateException |
An unchecked exception thrown by AdapterRegistry.registerAdapter
when any callback interface is provided more than once in the passed
AdapterCallback[] array. |
| AdapterCallbackUnknownException |
An unchecked exception thrown by AdapterRegistry.registerAdapter
when any of the supplied callbacks is not known to the Adapter Framework. |
| AdapterCapabilityMismatchException |
An unchecked exception that is either thrown during an adapter's registration
when a conflict between multiple capabilities and/or callbacks is detected
or during the invocation of an API that requires a certain capability, which
has not been specified during the adapter's registration. |
| AdapterNotRegisteredException |
An unchecked exception indicating that the given adapter has not been
registered using AdapterRegistry.registerAdapter although
this registration is mandatory for using the respective functionality. |
| AdminException |
A base exception for any exceptions related to the
com.sap.aii.af.service.administration. |
| AdminRuntimeException |
An unchecked base exception for any runtime exceptions related to the
com.sap.aii.af.service.administration. |