public final class UncheckedSQLException extends RuntimeException
SQLException
with an unchecked exception.UncheckedIOException
,
Serialized FormModifier and Type | Method and Description |
---|---|
SQLException |
getCause()
Convenience method that returns the cause as type
SQLException
avoiding the need to cast the result. |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLException getCause()
SQLException
avoiding the need to cast the result.Copyright © 2016–2017. All rights reserved.