com.ibm.retail.saf.provider
Class POSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.retail.saf.provider.POSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplicationException, RequestException, TenderException, TimeoutException

public class POSException
extends java.lang.Exception

POSException is the superclass of exceptions generated by operations performed on the point-of-sale system. These exceptions sometimes wrapper one or more underlying exceptions as causes which can be used to provide further detail.

See Also:
Serialized Form

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

POSException

public POSException()

POSException

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

POSException

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

POSException

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