public class AmountException extends RuntimeException
| Constructor and Description |
|---|
AmountException()
Constructs a measure exception with no detail message.
|
AmountException(String message)
Constructs a measure exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmountException()
public AmountException(String message)
message - the error message.