Klasse ConnectorException

Alle implementierten Schnittstellen:
Serializable

public class ConnectorException extends RuntimeException
Thrown by an IConnector to indicate connection problems.
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • ConnectorException

      public ConnectorException()
    • ConnectorException

      public ConnectorException(String message)
    • ConnectorException

      public ConnectorException(Throwable cause)
    • ConnectorException

      public ConnectorException(String message, Throwable cause)