Class ConnectorException

All Implemented Interfaces:
Serializable

public class ConnectorException extends PubServerException
Thrown if a procedure in a ConnectorRemote implementation gets a problem when processing the data from the connector.

This signals malfunctioning in the connector itself, either due to flawed input arguments or wrong implementation.

If possible, this object should pass exceptions that are thrown internally in the cause argument of the exception.

Since:
4.0.0
See Also: