Java java.sql SQLRecoverableException fields, constructors, methods, implement or subclass

Example usage for Java java.sql SQLRecoverableException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql SQLRecoverableException.

The text is from its open source code.

Constructor

SQLRecoverableException(String reason)
Constructs a SQLRecoverableException object with a given reason.
SQLRecoverableException(Throwable cause)
Constructs a SQLRecoverableException object with a given cause.