AvailRuntimeException

constructor(errorCode: AvailErrorCode)

Construct a new AvailRuntimeException with the specified error code.

Parameters

errorCode

constructor(errorCode: AvailErrorCode, cause: Throwable)

Construct a new AvailRuntimeException with the specified error code and cause.

Parameters

errorCode
cause

The proximal cause of the exception.