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

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

Introduction

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

The text is from its open source code.

Constructor

SQLNonTransientException(String reason)
Constructs a SQLNonTransientException object with a given reason.
SQLNonTransientException(Throwable cause)
Constructs a SQLNonTransientException object with a given cause.
SQLNonTransientException(String reason, String SQLState)
Constructs a SQLNonTransientException object with a given reason and SQLState.
SQLNonTransientException(String reason, Throwable cause)
Constructs a SQLTransientException object with a given reason and cause.