net.jini.core.transaction
Class CannotCommitException

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

public class CannotCommitException
extends TransactionException

Exception thrown when a transaction cannot commit because it has already aborted or must now be aborted.

See Also:
Serialized Form

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

CannotCommitException

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

CannotCommitException

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


Copyright © 1999 Sun Microsystems, Inc. All rights reserved