AiException constructor

AiException(
  1. String message
)

Creates an AI transport or protocol error.

Implementation

AiException(this.message);