IdentifierException constructor

IdentifierException(
  1. String cause
)

Exception constructor containing the description for the exception.

Implementation

IdentifierException(this.cause);