org.eclipse.ecf.core.comm
Class ConnectionInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ecf.core.comm.ConnectionInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionInstantiationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ConnectionInstantiationException()
           
ConnectionInstantiationException(java.lang.String message)
           
ConnectionInstantiationException(java.lang.String message, java.lang.Throwable cause)
           
ConnectionInstantiationException(java.lang.Throwable cause)
           
 
Method Summary
 
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

ConnectionInstantiationException

public ConnectionInstantiationException()

ConnectionInstantiationException

public ConnectionInstantiationException(java.lang.String message)
Parameters:
message -

ConnectionInstantiationException

public ConnectionInstantiationException(java.lang.Throwable cause)
Parameters:
cause -

ConnectionInstantiationException

public ConnectionInstantiationException(java.lang.String message,
                                        java.lang.Throwable cause)
Parameters:
message -
cause -