net.sf.bigyo.api
Class ContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.