Home
last modified time | relevance | path

Searched defs:theReason (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLException.java66 public SQLException(String theReason) { in SQLException()
80 public SQLException(String theReason, String theSQLState) { in SQLException()
97 public SQLException(String theReason, String theSQLState, int theErrorCode) { in SQLException()
130 public SQLException(String theReason, Throwable theCause) { in SQLException()
149 public SQLException(String theReason, String theSQLState, Throwable theCause) { in SQLException()
171 public SQLException(String theReason, String theSQLState, int theErrorCode, in SQLException()
DSQLWarning.java45 public SQLWarning(String theReason) { in SQLWarning()
59 public SQLWarning(String theReason, String theSQLState) { in SQLWarning()
76 public SQLWarning(String theReason, String theSQLState, int theErrorCode) { in SQLWarning()