|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalStateException | +--com.ibm.retail.saf.provider.RecoveryException
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.
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 |
public RecoveryException()
public RecoveryException(java.lang.String s)
s
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |