Package 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContainerException(String message)
ContainerException(String message, Throwable throwable)
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.util.CargoException
getOriginalThrowable, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-