public class AmountException extends java.lang.RuntimeException
Constructor and Description |
---|
AmountException()
Constructs a measure exception with no detail message.
|
AmountException(java.lang.String message)
Constructs a measure exception with the specified message.
|
public AmountException()
public AmountException(java.lang.String message)
message
- the error message.