Class ConnectionFailedException

All Implemented Interfaces:
Serializable

public class ConnectionFailedException extends ConnectorIOException
ConnectionFailedException is thrown when a Connector cannot reach the target resource instance. An instance of ConnectionFailedException generally wraps the native exception (or describes the native error) returned by the target resource.
See Also: