uk.ac.soton.ecs.grimoires.axis
Class FactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.soton.ecs.grimoires.axis.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends Exception

See Also:
Serialized Form

Constructor Summary
FactoryException(Exception whye)
           
FactoryException(String why)
           
 
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(Exception whye)

FactoryException

public FactoryException(String why)