Serializable
public class JdbcException extends RuntimeException
Constructor | Description |
---|---|
JdbcException(Exception e) |
Wrap exception.
|
JdbcException(String message) |
Wrap
SQLException . |
JdbcException(String message,
ClassNotFoundException ex) |
Wrap
ClassNotFoundException . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JdbcException(Exception e)
e
- Original Exception.public JdbcException(String message)
SQLException
.message
- Error message.public JdbcException(String message, ClassNotFoundException ex)
ClassNotFoundException
.message
- Error message.ex
- Original Exception.Copyright © 2017. All rights reserved.