de.uni_paderborn.fujaba.logging
Class LoggingConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uni_paderborn.fujaba.logging.LoggingConfigException
All Implemented Interfaces:
java.io.Serializable

public class LoggingConfigException
extends java.lang.Exception

An exception generated whilst configuring the logging mechanism.

Version:
$Revision: 1.3 $
Author:
$Author: schneider $
See Also:
Serialized Form

Constructor Summary
LoggingConfigException()
          Creates a new LoggingConfigException with null as the error message
LoggingConfigException(java.lang.String message)
          Creates a new LoggingConfigException with message as the error message
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggingConfigException

public LoggingConfigException()
Creates a new LoggingConfigException with null as the error message


LoggingConfigException

public LoggingConfigException(java.lang.String message)
Creates a new LoggingConfigException with message as the error message

Parameters:
message - the error message