GigaSpaces XAP 10.0.1 API

net.jini.core.transaction
Class TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jini.core.transaction.TransactionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotAbortException, CannotCommitException, CannotJoinException, CannotNestException, CrashCountException, TimeoutExpiredException, UnknownTransactionException

public class TransactionException
extends Exception

Base class for exceptions thrown during a transaction.

Since:
1.0
Author:
Sun Microsystems, Inc.
See Also:
Serialized Form

Constructor Summary
TransactionException()
          Constructs an instance with no detail message.
TransactionException(String desc)
          Constructs an instance with a detail message.
TransactionException(String desc, Throwable cause)
          Constructs an instance with a detail message.
 
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

TransactionException

public TransactionException(String desc)
Constructs an instance with a detail message.

Parameters:
desc - the detail message

TransactionException

public TransactionException(String desc,
                            Throwable cause)
Constructs an instance with a detail message.

Parameters:
desc - the detail message
cause - the cause

TransactionException

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


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.