net.jini.core.transaction
Class CannotNestException

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

public class CannotNestException
extends TransactionException

Exception thrown when an object does not support nested transactions.

See Also:
Serialized Form

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

CannotNestException

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

CannotNestException

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


Copyright © 1999 Sun Microsystems, Inc. All rights reserved