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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

StringgetMessage()
Returns the detail message string of this throwable.