Class RemoteConnectorServerUnavailableException

All Implemented Interfaces:
Serializable

public class RemoteConnectorServerUnavailableException extends ConnectorIOException
RemoteConnectorServerUnavailableException is thrown when a remote connector server is not available. An instance of RemoteConnectorServerUnavailableException generally wraps the native exception (or describes the native error) returned by the remote server.
See Also:
  • Constructor Details

    • RemoteConnectorServerUnavailableException

      public RemoteConnectorServerUnavailableException()
    • RemoteConnectorServerUnavailableException

      public RemoteConnectorServerUnavailableException(String msg)
    • RemoteConnectorServerUnavailableException

      public RemoteConnectorServerUnavailableException(Throwable ex)
    • RemoteConnectorServerUnavailableException

      public RemoteConnectorServerUnavailableException(String message, Throwable ex)