CepFetcherException constructor

CepFetcherException(
  1. String message
)

Creates a new CepFetcherException with the provided message.

Implementation

CepFetcherException(this.message);