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.

Version:
$Rev: 905918 $ $Date: 2010-02-03 15:26:50 +0800 (Wed, 03 Feb 2010) $
See Also:
Serialized Form

Constructor Summary
NoSuchConfigException(Artifact configId)
           
NoSuchConfigException(Artifact configId, String message)
           
 
Method Summary
 Artifact getConfigId()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchConfigException

public NoSuchConfigException(Artifact configId)

NoSuchConfigException

public NoSuchConfigException(Artifact configId,
                             String message)
Method Detail

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.