org.olat.core.logging
Class DBRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.olat.core.logging.OLATRuntimeException
                  extended by org.olat.core.logging.DBRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StaleObjectRuntimeException

public class DBRuntimeException
extends OLATRuntimeException

A DBRuntimeException is an exception that occurred in database access.

Author:
Andreas Ch. Kapp
See Also:
Serialized Form

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

DBRuntimeException

public DBRuntimeException(java.lang.String logMsg)
Parameters:
logMsg -

DBRuntimeException

public DBRuntimeException(java.lang.String logMsg,
                          java.lang.Throwable cause)
Parameters:
logMsg -
cause -