org.apache.fulcrum.factory
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.fulcrum.factory.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends Exception

Exception thrown when there is a problem with the FactoryService

Version:
$Id: FactoryException.java 535465 2007-05-05 06:58:06Z tv $
Author:
Eric Pugh
See Also:
Serialized Form

Constructor Summary
FactoryException(String msg)
           
FactoryException(String msg, Exception ex)
           
 
Method Summary
 
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

FactoryException

public FactoryException(String msg)

FactoryException

public FactoryException(String msg,
                        Exception ex)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.