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:
$Rev: 393652 $ $Date: 2006-04-13 01:12:17 +0200 (Thu, 13 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
NoSuchConfigException(Artifact configId)
           
 
Method Summary
 Artifact getConfigId()
           
 
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(Artifact configId)
Method Detail

getConfigId

public Artifact getConfigId()


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