com.resilientedge.util.logger
Class LoggerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.resilientedge.util.exception.InfrastructureException
                    |
                    +--com.resilientedge.util.logger.LoggerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LoggerIOException, UnknownLogTypeException

public class LoggerException
extends InfrastructureException

This class is for general exceptions occuring in the Logger sub-system. Subclasses can be used for more specific exceptions.

Author:
odh
See Also:
Serialized Form

Constructor Summary
LoggerException()
          Default Constructor with no message or nested exception
LoggerException(java.lang.String message)
          Constructor with no nested exception, but a message
LoggerException(java.lang.String message, java.lang.Throwable nestedException)
          Constructor with a message and nested exception
 
Methods inherited from class com.resilientedge.util.exception.InfrastructureException
getMessage, getNestedException, hasNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerException

public LoggerException()
Default Constructor with no message or nested exception

LoggerException

public LoggerException(java.lang.String message)
Constructor with no nested exception, but a message
Parameters:
message - Parameter Description

LoggerException

public LoggerException(java.lang.String message,
                       java.lang.Throwable nestedException)
Constructor with a message and nested exception
Parameters:
message -  
nestedException - Parameter Description


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.