|
||||||||||
| 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.olat.core.logging.OLATRuntimeException
org.olat.core.logging.DBRuntimeException
public class DBRuntimeException
A DBRuntimeException is an exception that occurred in database access.
| Constructor Summary | |
|---|---|
DBRuntimeException(java.lang.String logMsg)
|
|
DBRuntimeException(java.lang.String logMsg,
java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.olat.core.logging.OLATRuntimeException |
|---|
getLogMsg, getThrowingClazz, getUsrMsgArgs, getUsrMsgKey, getUsrMsgPackage, throwableToHtml |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBRuntimeException(java.lang.String logMsg)
logMsg -
public DBRuntimeException(java.lang.String logMsg,
java.lang.Throwable cause)
logMsg - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||