Class DataProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataProviderException
    extends PubServerException
    Thrown if a procedure in a DataProviderManagerRemote implementation gets a problem executing a data provider call.

    This signals a malfunctioning of the data provider itself or that the provider does not exist.

    If possible, this object should pass exceptions that are thrown during execution of the provider.

    Since:
    4.0.0
    See Also:
    Serialized Form