net.jini.core.transaction
Class CannotJoinException

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

public class CannotJoinException
extends TransactionException

Exception thrown when a transaction cannot be joined because it is no longer active.

See Also:
Serialized Form

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

CannotJoinException

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

CannotJoinException

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


Copyright © 1999 Sun Microsystems, Inc. All rights reserved