public class ContainerFailureException
extends java.lang.Exception
| Constructor | Description |
|---|---|
ContainerFailureException(java.lang.String message) |
Constructs an exception with detailed message of failure reason.
|
ContainerFailureException(java.lang.String message,
java.lang.Throwable cause) |
Constructs an exception with detailed message of failure reason
and its cause.
|
public ContainerFailureException(java.lang.String message)
message - information on exceptionpublic ContainerFailureException(java.lang.String message,
java.lang.Throwable cause)
message - short failuer descriptioncause - exception, which caused this one