com.cafesoft.core.log
Class LoggerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.log.LoggerException
All Implemented Interfaces:
Serializable

public final class LoggerException
extends NestedException

Represents an exceptional condition during setup or use of a Logger.

Since:
4/15/02
See Also:
Serialized Form

Constructor Summary
LoggerException()
          Construct a new LoggerException with no other information.
LoggerException(String message)
          Construct a new LoggerException for the specified message.
LoggerException(String message, Throwable cause)
          Construct a new LoggerException for the specified message and throwable.
LoggerException(Throwable throwable)
          Construct a new LoggerException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerException

public LoggerException()
Construct a new LoggerException with no other information.


LoggerException

public LoggerException(String message)
Construct a new LoggerException for the specified message.

Parameters:
message - Message describing this exception

LoggerException

public LoggerException(Throwable throwable)
Construct a new LoggerException for the specified throwable.

Parameters:
throwable - Throwable that caused this exception

LoggerException

public LoggerException(String message,
                       Throwable cause)
Construct a new LoggerException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - throwable that caused this exception


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.