net.sf.bigyo.api
Class InvalidConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.bigyo.api.ContainerException
              extended by net.sf.bigyo.api.InvalidConfigException
All Implemented Interfaces:
Serializable

public class InvalidConfigException
extends ContainerException

Author:
zsombor Created at 15:55:07 net.sf.bigyo.container.InvalidConfigException
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(String message)
Parameters:
message -

InvalidConfigException

public InvalidConfigException(Throwable cause)
Parameters:
cause -

InvalidConfigException

public InvalidConfigException(String message,
                              Throwable cause)
Parameters:
message -
cause -


Copyright © 2004 Sourceforge.net. All Rights Reserved.