com.arjuna.wst
Class UnknownTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.wst.UnknownTransactionException
All Implemented Interfaces:
Serializable

public class UnknownTransactionException
extends 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(String s)
           
 
Method Summary
 
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(String s)


Copyright © 2012. All Rights Reserved.