org.eclipse.emf.cdo.common.util
Class TransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.cdo.common.util.CDOException
                  extended by org.eclipse.emf.cdo.common.util.TransportException
All Implemented Interfaces:
Serializable

public class TransportException
extends CDOException

An unchecked exception that indicates transport-level problems.

See Also:
Serialized Form
No Extend
This interface is not intended to be extended by clients.

Constructor Summary
TransportException()
           
TransportException(String message)
           
TransportException(String message, Throwable cause)
           
TransportException(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

TransportException

public TransportException()

TransportException

public TransportException(String message)

TransportException

public TransportException(String message,
                          Throwable cause)

TransportException

public TransportException(Throwable cause)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.