CardException constructor

CardException(
  1. String message
)

Implementation

CardException(String message) : super(message);