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

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

Introduction

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

The text is from its open source code.

Constructor

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