org.olat.core.logging
Class StartupException

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

public class StartupException
extends OLATRuntimeException

Description:
Used if anything goes badly wrong during application startzp. This will cause to abort the application startup.

Author:
Felix Jost
See Also:
Serialized Form

Constructor Summary
StartupException(java.lang.String logMsg)
           
StartupException(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

StartupException

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

StartupException

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