net.jini.core.transaction
Class CannotAbortException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jini.core.transaction.TransactionException
                    |
                    +--net.jini.core.transaction.CannotAbortException

public class CannotAbortException
extends TransactionException

Exception thrown when a transaction cannot abort because it has already already decided to commit.

See Also:
Serialized Form

Constructor Summary
CannotAbortException()
          Constructs an instance with no detail message.
CannotAbortException(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

CannotAbortException

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

CannotAbortException

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


Copyright © 1999 Sun Microsystems, Inc. All rights reserved