com.cafesoft.core.log
Class LoggerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by 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.
 
Method Summary
 
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:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.