MapException

constructor(errorCode: AvailErrorCode)

Construct a new MapException with the specified error code.

Parameters

errorCode

constructor(errorCode: AvailErrorCode, cause: Throwable)

Construct a new MapException with the specified cause.

Parameters

errorCode
cause

The proximal cause of the MapException.