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