SQLException constructor

SQLException(
  1. String message
)

Implementation

SQLException(this.message) : stackTrace = StackTrace.current;