arlut.csd.ganymede
Class CommitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--arlut.csd.ganymede.CommitException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommitFatalException, CommitNonFatalException

class CommitException
extends java.lang.Exception

This is a Ganymede-specific Exception that can be thrown by code in the server during a transactional commit.


Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CommitException()
           
CommitException(java.lang.String s)
           
 
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(java.lang.String s)