net.jini.core.transaction
Class TransactionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jini.core.transaction.TransactionException
Direct Known Subclasses:
CannotAbortException, CannotCommitException, CannotJoinException, CannotNestException, CrashCountException, TimeoutExpiredException, UnknownTransactionException

public class TransactionException
extends java.lang.Exception

Base class for exceptions thrown during a transaction.

See Also:
Serialized Form

Constructor Summary
TransactionException()
          Constructs an instance with no detail message.
TransactionException(java.lang.String desc)
          Constructs an instance with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionException

public TransactionException(java.lang.String desc)
Constructs an instance with a detail message.
Parameters:
desc - the detail message

TransactionException

public TransactionException()
Constructs an instance with no detail message.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved