|
||||||||||
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
org.dartra.framework.dao.DataAccessException
Exception signaling problems accessing data in the persistent store.
Constructor Summary | |
DataAccessException(java.lang.String message)
Create a new data access axception with given error message. |
|
DataAccessException(java.lang.String message,
java.lang.Throwable cause)
Create a new data access exception caused by given Throwable. |
|
DataAccessException(java.lang.Throwable cause)
Create a new data access exception caused by given Throwable. |
Method Summary | |
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the
cause is nonexistent or unknown. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DataAccessException(java.lang.String message)
Create a new data access axception with given error message.
public DataAccessException(java.lang.Throwable cause)
Create a new data access exception caused by given Throwable.
public DataAccessException(java.lang.String message, java.lang.Throwable cause)
Create a new data access exception caused by given Throwable. The message provides additional information.
Method Detail |
public java.lang.Throwable getCause()
null
if the
cause is nonexistent or unknown. (The cause is the throwable that
caused this throwable to get thrown.)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |