org.apache.geronimo.kernel.config
Class InvalidConfigException

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

public class InvalidConfigException
extends Exception

Indicates a invalid Configuration instance.

See Also:
Serialized Form

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

InvalidConfigException

public InvalidConfigException()

InvalidConfigException

public InvalidConfigException(Throwable cause)

InvalidConfigException

public InvalidConfigException(String message)

InvalidConfigException

public InvalidConfigException(String message,
                              Throwable cause)


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