org.olat.core.logging
Class StaleObjectRuntimeException

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
                      extended by org.olat.core.logging.StaleObjectRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class StaleObjectRuntimeException
extends DBRuntimeException

Author:
Felix Jost
See Also:
Serialized Form

Constructor Summary
StaleObjectRuntimeException(java.lang.String logMsg, java.lang.String key, java.lang.String persClassName)
           
StaleObjectRuntimeException(java.lang.String logMsg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getPersClassName()
           
 
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

StaleObjectRuntimeException

public StaleObjectRuntimeException(java.lang.String logMsg,
                                   java.lang.String key,
                                   java.lang.String persClassName)
Parameters:
logMsg -
persClassName -
key -

StaleObjectRuntimeException

public StaleObjectRuntimeException(java.lang.String logMsg,
                                   java.lang.Throwable cause)
Parameters:
logMsg -
cause -
Method Detail

getKey

public java.lang.String getKey()
Returns:
Returns the key.

getPersClassName

public java.lang.String getPersClassName()
Returns:
Returns the persClassName.