org.apache.geronimo.kernel.config
Class NoSuchConfigException

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

public class NoSuchConfigException
extends Exception

Exception indicating the requestion Configuration could not be located.

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.