org.apache.geronimo.kernel.config
Class NoSuchConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.geronimo.kernel.config.NoSuchConfigException
All Implemented Interfaces:
Serializable

public class NoSuchConfigException
extends Exception

Exception indicating the requestion Configuration could not be located.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:01 $
See Also:
Serialized Form

Constructor Summary
NoSuchConfigException()
           
NoSuchConfigException(String message)
           
NoSuchConfigException(String message, Throwable cause)
           
NoSuchConfigException(Throwable cause)
           
 
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

NoSuchConfigException

public NoSuchConfigException()

NoSuchConfigException

public NoSuchConfigException(Throwable cause)

NoSuchConfigException

public NoSuchConfigException(String message)

NoSuchConfigException

public NoSuchConfigException(String message,
                             Throwable cause)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.