org.apache.geronimo.gbean
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.geronimo.gbean.InvalidConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationAlreadyExistsException

public class InvalidConfigurationException
extends RuntimeException

Unchecked Exception indicating that the GBeanInfo is invalid. This is unchecked becuase in many circumstances the GBeanInfo is set up in a static initializer and should always be valid.

See Also:
Serialized Form

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

InvalidConfigurationException

public InvalidConfigurationException()

InvalidConfigurationException

public InvalidConfigurationException(String message)

InvalidConfigurationException

public InvalidConfigurationException(String message,
                                     Throwable cause)

InvalidConfigurationException

public InvalidConfigurationException(Throwable cause)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.