org.eclipse.emf.cdo.util
Class CommitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.cdo.util.CommitException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitIntegrityException, ReferentialIntegrityException

public class CommitException
extends Exception

A checked exception being thrown from CDOUserTransaction.commit() in case of unrecoverable commit problems such as commit conflicts.

Since:
3.0
See Also:
Serialized Form
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.

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

CommitException

public CommitException()

CommitException

public CommitException(String message)

CommitException

public CommitException(Throwable cause)

CommitException

public CommitException(String message,
                       Throwable cause)


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