org.apache.avalon.repository.provider
Class FactoryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.repository.RepositoryException
              extended byorg.apache.avalon.repository.provider.FactoryNotFoundException
All Implemented Interfaces:
Serializable

public class FactoryNotFoundException
extends RepositoryException

Exception to indicate that a requested factory was not found.

Version:
$Revision: 1.1 $ $Date: 2004/02/27 22:39:37 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
FactoryNotFoundException(String message)
          Construct a new FactoryNotFoundException instance.
FactoryNotFoundException(String message, Throwable cause)
          Construct a new FactoryNotFoundException instance.
 
Methods inherited from class org.apache.avalon.repository.RepositoryException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

FactoryNotFoundException

public FactoryNotFoundException(String message)
Construct a new FactoryNotFoundException instance.

Parameters:
message - The detail message for this exception.

FactoryNotFoundException

public FactoryNotFoundException(String message,
                                Throwable cause)
Construct a new FactoryNotFoundException instance.

Parameters:
message - The detail message for this exception.
cause - the root cause of the exception


Copyright © The Apache Software Foundation. All Rights Reserved.