org.codehaus.cargo.container
Class ContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.cargo.util.CargoException
org.codehaus.cargo.container.ContainerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeployableException
public class ContainerException
- extends CargoException
Base exception class for all Cargo Container API classes.
- Version:
- $Id: ContainerException.java 1705 2008-09-02 13:14:55Z adriana $
- See Also:
- Serialized Form
ContainerException
public ContainerException(String message)
- Parameters:
message
- the exception message
ContainerException
public ContainerException(String message,
Throwable throwable)
- Parameters:
message
- the exception messagethrowable
- the exception to wrap
Copyright © 2004-2012 Codehaus. All Rights Reserved.