org.jafer.transport
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jafer.exception.JaferException
              extended by org.jafer.transport.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends JaferException

Exception thrown if problems connecting to server

See Also:
Serialized Form

Constructor Summary
ConnectionException()
           
ConnectionException(java.lang.String message)
           
ConnectionException(java.lang.String message, java.lang.Throwable cause)
           
ConnectionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jafer.exception.JaferException
getAddInfo, getDiagCondition, getDiagnostic, hasDiagnostic
 
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
 

Constructor Detail

ConnectionException

public ConnectionException()

ConnectionException

public ConnectionException(java.lang.String message)

ConnectionException

public ConnectionException(java.lang.String message,
                           java.lang.Throwable cause)

ConnectionException

public ConnectionException(java.lang.Throwable cause)