|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.caarray.services.exception.DBException
public final class DBException
This exception is used when a generic problem accessing the database in encountered.
Constructor Summary | |
---|---|
DBException()
DBException constructor comment. |
|
DBException(java.lang.String message)
Constructs a new DBException with the specified detail message. |
|
DBException(java.lang.String message,
java.lang.Throwable cause)
|
|
DBException(java.lang.Throwable cause)
DBException constructor comment. |
Method Summary | |
---|---|
java.lang.Throwable |
getSourceException()
Gets the sourceException. |
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 DBException()
public DBException(java.lang.String message)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public DBException(java.lang.String message, java.lang.Throwable cause)
public DBException(java.lang.Throwable cause)
cause
- The cause of this ExceptionMethod Detail |
---|
public java.lang.Throwable getSourceException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |