com.resilientedge.util.logger
Class UnknownLogTypeException

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

public class UnknownLogTypeException
extends LoggerException

Throw an UnknownLogTypeException when an unknown Log Type (i.e., Level, Topic) value is encountered.

Author:
odh
See Also:
Serialized Form

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

UnknownLogTypeException

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


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