ImproperSignatureThresholdException constructor

ImproperSignatureThresholdException(
  1. String cause
)

Exception constructor containing the description for the exception.

Implementation

ImproperSignatureThresholdException(this.cause);