com.arjuna.wst
Class WrongStateException

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

public class WrongStateException
extends java.lang.Exception

Thrown if the state of the transaction is incompatible with the operation attempted. For example, asking the transaction to rollback if it is already committing.

Since:
1.0.
Version:
$Id: WrongStateException.java,v 1.2 2003/04/11 14:47:29 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

Constructor Summary
WrongStateException()
           
WrongStateException(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

WrongStateException

public WrongStateException()

WrongStateException

public WrongStateException(java.lang.String s)