public class CashierException
extends java.lang.Exception
| Constructor and Description |
|---|
| CashierException(java.lang.String message)
Deprecated.
Constructs a new CashierException with the specified detail message and error code
|
| CashierException(java.lang.String message, java.lang.Throwable nestedException)
Deprecated.
Constructs a new CashierException with the specified detail message and nested Throwable object.
|
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Throwable | getNestedException()
Deprecated.
Returns the Throwable object which may be contained in this exception.
|
public CashierException(java.lang.String message)
public CashierException(java.lang.String message,
java.lang.Throwable nestedException)