net.sourceforge.esw.service.log
Class LoggingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.esw.service.log.LoggingException
All Implemented Interfaces:
java.io.Serializable

public class LoggingException
extends java.lang.Exception

This exception is thrown if an error occurs during the logging process.

See Also:
ILog, Serialized Form

Constructor Summary
LoggingException(java.lang.String aReason)
          Creates a new LoggingException instance with the specified reason for the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggingException

public LoggingException(java.lang.String aReason)
Creates a new LoggingException instance with the specified reason for the exception.
Parameters:
aReason - the reason for this LoggingException to be thrown.


Copyright 2002 Free Software Foundation. All Rights Reserved.