Package com.priint.pubserver.plugin.exception
package com.priint.pubserver.plugin.exception
Base classes to be inherited by pubserver plugins.
- Since:
- 4.0.0
-
ExceptionsClassDescriptionThrown if a procedure in a
ConnectorRemoteimplementation gets a problem when processing the data from the connector.Thrown if a procedure in aDataProviderManagerRemoteimplementation gets a problem executing a data provider call.Thrown if a procedure in aConnectorRemoteimplementation gets a problem when connecting, accessing, modifying data in the underlying data source (e.g.Thrown by PubServerDeploymentManager to report the problem while creating deployment package.Thrown if a procedure in a @com.priint.pubserver.plugin.interfaces.ConnectorRemote implementation gets a problems when connecting, accessing, modifying data in the underlying data source (e.g.Thrown by ErrorCodeManager to report the problem with non existing error code.Thrown to indicate that a method has been passed an invalid argument.
E.g.Thrown to indicate that startup exception for plug-ins.Thrown, if a Plugin, PluginMethod or whatever resource, which was expected to be present, cannot be found.Thrown if a class implementing one of the interfaces definedcom.priint.pubserver.plugin.interfacesdoes not support a method defined in the interface.Thrown if a basic plug-in handling process like initialization or loading of instances, or notification processing fails.Thrown if a plug-in catches a runtime exception and decides to re-throw it as checked exception to the caller .