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

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

Introduction

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

The text is from its open source code.

Constructor

SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause)
Constructs a SQLTimeoutException object with a given reason, SQLState, vendorCode and cause.
SQLTimeoutException(String reason)
Constructs a SQLTimeoutException object with a given reason.
SQLTimeoutException(Throwable cause)
Constructs a SQLTimeoutException object with a given cause.

Method

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