com.ibm.retail.saf.provider
Class RecoveryException

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

public class RecoveryException
extends java.lang.IllegalStateException

A RecoveryException is thrown when a request is made to perform a new request while the POSProvider is attempting error recovery or cleanup from a failed transaction. The client should wait and retry the request.

See Also:
Serialized Form

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

RecoveryException

public RecoveryException()

RecoveryException

public RecoveryException(java.lang.String s)
Parameters:
s -