W3cubDocs

/Haxe Java

SQLException

package java.sql

extends ExceptionThrowable

implements Iterable<Throwable>

extended by SQLClientInfoException, SQLNonTransientException, SQLWarning

Available on java

Constructor

new (param1:String, param2:String, param3:Int, param4:Throwable)

new (param1:String, param2:String, param3:Int)

new (param1:String, param2:String)

new (param1:String)

new ()

new (param1:Throwable)

new (param1:String, param2:Throwable)

new (param1:String, param2:String, param3:Throwable)

Methods

getErrorCode ():Int

getNextException ():SQLException

getSQLState ():String

iterator ():Iterator<Throwable>

setNextException (param1:SQLException):Void

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/sql/SQLException.html