com.arjuna.wst
Class UnknownTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arjuna.wst.UnknownTransactionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTransactionException
extends java.lang.Exception

Thrown if the transaction is unknown.

Since:
1.0.
Version:
$Id: UnknownTransactionException.java,v 1.1 2003/02/03 16:24:46 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

Constructor Summary
UnknownTransactionException()
           
UnknownTransactionException(java.lang.String s)
           
 
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

UnknownTransactionException

public UnknownTransactionException()

UnknownTransactionException

public UnknownTransactionException(java.lang.String s)