net.sf.bigyo.api
Class ContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.bigyo.api.ContainerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidConfigException, ReconfigurationFailedException, ReconfigurationNotSupportedException

public class ContainerException
extends Exception

Author:
zsombor
See Also:
Serialized Form

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

ContainerException

public ContainerException()

ContainerException

public ContainerException(String message)
Parameters:
message -

ContainerException

public ContainerException(Throwable cause)
Parameters:
cause -

ContainerException

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


Copyright © 2004 Sourceforge.net. All Rights Reserved.