de.fhg.igd.logging
Class LoggingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.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

Constructor Summary
LoggingException()
          Create a LoggingException.
LoggingException(String message)
          Create a LoggingException that provides a message.
 
Method Summary
 
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.