net.sf.bigyo.container.config
Class ReconfigurationNotSupportedException

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.container.config.ReconfigurationNotSupportedException
All Implemented Interfaces:
Serializable

public class ReconfigurationNotSupportedException
extends ContainerException

Author:
zsombor Created at 1:44:00 net.sf.bigyo.container.ReconfigurationNotSupportedException
See Also:
Serialized Form

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

ReconfigurationNotSupportedException

public ReconfigurationNotSupportedException()

ReconfigurationNotSupportedException

public ReconfigurationNotSupportedException(String message)
Parameters:
message -

ReconfigurationNotSupportedException

public ReconfigurationNotSupportedException(Throwable cause)
Parameters:
cause -

ReconfigurationNotSupportedException

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


Copyright © 2004 Sourceforge.net. All Rights Reserved.