com.resilientedge.util.logger
Class LoggerIOException

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

public class LoggerIOException
extends LoggerException

Throw a LoggerIOException when a Logger's Handler encounters an IO problem.

Author:
odh
See Also:
Serialized Form

Constructor Summary
LoggerIOException(java.lang.String message)
          Constructor with no nested exception, but a message
LoggerIOException(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

LoggerIOException

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

LoggerIOException

public LoggerIOException(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.