DbShutdownException constructor

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

Implementation

DbShutdownException(String message, int errorCode)
    : super(message, errorCode);