com.ibm.retail.saf.provider
Class ProviderStateException

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

public class ProviderStateException
extends java.lang.IllegalStateException

A ProviderStateException 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
ProviderStateException()
           
ProviderStateException(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

ProviderStateException

public ProviderStateException()

ProviderStateException

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