de.fhg.igd.logging
Class LoggingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.fhg.igd.logging.LoggingException
All Implemented Interfaces:
Serializable

public class LoggingException
extends RuntimeException

This exception will be thrown whenever something went wrong within the Logging Framework.

Version:
"$Id: LoggingException.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Matthias Pressfreund
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LoggingException()
          Create a LoggingException.
LoggingException(String message)
          Create a LoggingException that provides a 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

LoggingException

public LoggingException()
Create a LoggingException.


LoggingException

public LoggingException(String message)
Create a LoggingException that provides a message.

Parameters:
message - The message to be provided


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.