mnemosyne.core
Class TransactionAbortedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--mnemosyne.util.PersistenceRuntimeException
                          |
                          +--mnemosyne.core.TransactionAbortedException
All Implemented Interfaces:
java.io.Serializable

public class TransactionAbortedException
extends PersistenceRuntimeException

Version:
$Id: TransactionAbortedException.java,v 1.1.1.1 2004/08/07 06:41:13 charlesblaxland Exp $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
TransactionAbortedException()
           
TransactionAbortedException(java.lang.String message)
           
TransactionAbortedException(java.lang.String message, java.lang.Throwable cause)
           
TransactionAbortedException(java.lang.Throwable cause)
           
 
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

TransactionAbortedException

public TransactionAbortedException()

TransactionAbortedException

public TransactionAbortedException(java.lang.String message)

TransactionAbortedException

public TransactionAbortedException(java.lang.String message,
                                   java.lang.Throwable cause)

TransactionAbortedException

public TransactionAbortedException(java.lang.Throwable cause)


Copyright © 2004 Charles Blaxland. All Rights Reserved.