IdentificationException constructor

IdentificationException(
  1. ErrorCode code,
  2. String message
)

Creates a new identification validation exception.

code The error code for this exception. message The error message for this exception.

Implementation

IdentificationException(this.code, this.message);