Class DeployableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.cargo.util.CargoException
-
- org.codehaus.cargo.container.ContainerException
-
- org.codehaus.cargo.container.deployable.DeployableException
-
- All Implemented Interfaces:
Serializable
public class DeployableException extends ContainerException
Exception thrown when a container encounters a problem with a deployable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployableException(String message)
DeployableException(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
-
-