KeysetException constructor

KeysetException(
  1. String message
)

Implementation

KeysetException(String message) : super(message);