org.eclipse.net4j.connector
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.connector.ConnectorException
- All Implemented Interfaces:
- java.io.Serializable
public class ConnectorException
- extends java.lang.RuntimeException
Thrown by an IConnector
to indicate connection problems.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectorException
public ConnectorException()
ConnectorException
public ConnectorException(java.lang.String message)
ConnectorException
public ConnectorException(java.lang.Throwable cause)
ConnectorException
public ConnectorException(java.lang.String message,
java.lang.Throwable cause)