net.sf.bigyo.container
Class ReconfigurationFailedException

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.ReconfigurationFailedException
All Implemented Interfaces:
Serializable

public class ReconfigurationFailedException
extends ContainerException

Created on 2004.08.16.

Author:
zsombor Created at 0:03:46 net.sf.bigyo.container.ReconfigurationFailedException
See Also:
Serialized Form

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

ReconfigurationFailedException

public ReconfigurationFailedException()

ReconfigurationFailedException

public ReconfigurationFailedException(String message)
Parameters:
message -

ReconfigurationFailedException

public ReconfigurationFailedException(Throwable cause)
Parameters:
cause -

ReconfigurationFailedException

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


Copyright © 2004 Sourceforge.net. All Rights Reserved.