com.ibm.retail.saf.provider
Class TransactionStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalStateException
                          |
                          +--com.ibm.retail.saf.provider.TransactionStateException
All Implemented Interfaces:
java.io.Serializable

public class TransactionStateException
extends java.lang.IllegalStateException

A TransactionStateException is thrown when a request is made to perform an action on a Transaction that is not in the proper state.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
TransactionStateException()
           
TransactionStateException(java.lang.String message)
           
 
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

TransactionStateException

public TransactionStateException()

TransactionStateException

public TransactionStateException(java.lang.String message)
Parameters:
message -