org.olat.core.logging
Class OLATSecurityException

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.OLATSecurityException
All Implemented Interfaces:
java.io.Serializable

public class OLATSecurityException
extends OLATRuntimeException

A DBRuntimeException is an exception that occurred in database access.

Author:
Andreas Ch. Kapp
See Also:
Serialized Form

Constructor Summary
OLATSecurityException(java.lang.String logMsg)
           
OLATSecurityException(java.lang.String usrMsgKey, java.lang.String[] usrMsgArgs, java.lang.String usrMsgPackage, java.lang.String logMsg)
           
 
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

OLATSecurityException

public OLATSecurityException(java.lang.String usrMsgKey,
                             java.lang.String[] usrMsgArgs,
                             java.lang.String usrMsgPackage,
                             java.lang.String logMsg)
Parameters:
usrMsgKey -
usrMsgArgs -
usrMsgPackage -
logMsg -

OLATSecurityException

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