|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.util.CJDBCException
C-JDBC base exception.
Field Summary | |
private java.lang.Throwable |
cause
Optional exception cause |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
CJDBCException()
Creates a new CJDBCException instance. |
|
CJDBCException(java.lang.String message)
Creates a new CJDBCException instance. |
|
CJDBCException(java.lang.String message,
java.lang.Throwable cause)
Creates a new CJDBCException instance. |
|
CJDBCException(java.lang.Throwable cause)
Creates a new CJDBCException instance. |
Method Summary | |
java.lang.Throwable |
getCause()
Gets the root cause of this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
Field Detail |
private java.lang.Throwable cause
Constructor Detail |
public CJDBCException()
CJDBCException
instance.
public CJDBCException(java.lang.String message)
CJDBCException
instance.
message
- the error messagepublic CJDBCException(java.lang.Throwable cause)
CJDBCException
instance.
cause
- the root causepublic CJDBCException(java.lang.String message, java.lang.Throwable cause)
CJDBCException
instance.
message
- the error messagecause
- the root causeMethod Detail |
public java.lang.Throwable getCause()
Throwable
object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |