|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.anotheria.db.service.JDBCConnectionException
public class JDBCConnectionException
Connection that is thrown if something went wrong during connection establishment.
Constructor Summary | |
---|---|
JDBCConnectionException()
Creates a new JDBCConnectionException. |
|
JDBCConnectionException(String message)
Creates a new JDBCConnectionException. |
|
JDBCConnectionException(String message,
Throwable cause)
Creates a new JDBCConnectionException. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JDBCConnectionException()
public JDBCConnectionException(String message)
message
- public JDBCConnectionException(String message, Throwable cause)
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |