ObjectBoxException constructor

ObjectBoxException(
  1. String message
)

Create a new exception.

Implementation

ObjectBoxException(this.message);