StorageException constructor

StorageException(
  1. String message,
  2. int errorCode
)

Create with a message and OBX_ERROR code.

Implementation

StorageException(String message, this.errorCode) : super(message);