com.ibm.etools.logging.util
Class NoDefinedFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.etools.logging.util.NoDefinedFactoryException
All Implemented Interfaces:
java.io.Serializable

public final class NoDefinedFactoryException
extends java.lang.Exception

Licensed Material - Property of IBM (C) Copyright IBM Corp. 2003, 2005 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Thrown when there is no factory for the current logger being created.

See Also:
Serialized Form

Constructor Summary
NoDefinedFactoryException()
          NoDefinedFactoryException constructor comment.
NoDefinedFactoryException(java.lang.String s)
          NoDefinedFactoryException constructor comment.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoDefinedFactoryException

public NoDefinedFactoryException()
NoDefinedFactoryException constructor comment.


NoDefinedFactoryException

public NoDefinedFactoryException(java.lang.String s)
NoDefinedFactoryException constructor comment.

Parameters:
s - java.lang.String