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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

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