|
|||||||||||
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 | +--com.ibm.retail.saf.provider.POSException
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.
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 |
public POSException()
public POSException(java.lang.String message)
message
- public POSException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public POSException(java.lang.Throwable cause)
cause
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |