TransferException constructor

TransferException(
  1. String message
)

Creates a transfer exception.

Implementation

TransferException(this.message);