InvalidAmountException constructor

InvalidAmountException(
  1. String msg
)

Implementation

InvalidAmountException(String msg) : super(msg);