com.ibm.retail.saf.provider
Class TimeoutException

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

public class TimeoutException
extends POSException

A TimeoutException is generated when the timeout value specified by the client expires before the requested point-of-sale operation has completed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TimeoutException()
           
TimeoutException(java.lang.String message)
           
TimeoutException(java.lang.String message, java.lang.Throwable cause)
           
TimeoutException(java.lang.Throwable cause)
           
 
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

TimeoutException

public TimeoutException()

TimeoutException

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

TimeoutException

public TimeoutException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -

TimeoutException

public TimeoutException(java.lang.Throwable cause)
Parameters:
cause -