SPIexception constructor

SPIexception(
  1. SPIerrorCode errorCode,
  2. String errorMsg
)

Implementation

SPIexception(this.errorCode, this.errorMsg);