UnknownOIDNameError constructor

UnknownOIDNameError(
  1. String message
)

Implementation

UnknownOIDNameError(String message) : super(message);