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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DanglingReferenceException, InvalidObjectException, InvalidURIException, LockTimeoutException, ObjectNotFoundException, ReadOnlyException, RepositoryNotFoundException, ServerException, StaleRevisionLockException, TransportException

public class CDOException
extends RuntimeException

An unchecked exception for general CDO purposes.

See Also:
Serialized Form

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

CDOException

public CDOException()

CDOException

public CDOException(String message)

CDOException

public CDOException(Throwable cause)

CDOException

public CDOException(String message,
                    Throwable cause)


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