org.apache.geronimo.kernel.config
Class NoSuchConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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: 905918 $ $Date: 2010-02-03 15:26:50 +0800 (Wed, 03 Feb 2010) $
- See Also:
- Serialized Form
NoSuchConfigException
public NoSuchConfigException(Artifact configId)
NoSuchConfigException
public NoSuchConfigException(Artifact configId,
String message)
getConfigId
public Artifact getConfigId()
toString
public String toString()
- Overrides:
toString in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.