| public class java.sql SQLRuntimeException
|
Java SE 6 |
RuntimeException which is thrown by
the ease of development APIs, such as DataSet.
| since | 1.6 |
| Constructors | |||||||
|---|---|---|---|---|---|---|---|
| public | SQLRuntimeException(String reason) Details
Constructs a SQLRuntimeException object with a given
reason.
The cause is not initialized, and may subsequently be
initialized by a call to the
Throwable#initCause(java.lang.Throwable) method.
| ||||||
| public | SQLRuntimeException(Throwable cause) Details
Constructs a SQLRuntimeException object with a given
cause.
The reason is initialized to null if
cause==null or to cause.toString() if
cause!=null.
| ||||||
| public | SQLRuntimeException(String reason, Throwable cause) Details
Constructs a SQLRuntimeException object with a given
reason and cause.
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|