public class ArquillianProxyException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ArquillianProxyException() |
ArquillianProxyException(java.lang.String message) |
ArquillianProxyException(java.lang.String message,
java.lang.String exceptionClassName,
java.lang.String reason,
java.lang.Throwable cause)
ArquillianProxyException constructor based on an underlying exception
that cannot be recreated.
|
ArquillianProxyException(java.lang.String message,
java.lang.Throwable cause) |
ArquillianProxyException(java.lang.Throwable cause) |
private static final long serialVersionUID
public ArquillianProxyException()
public ArquillianProxyException(java.lang.String message, java.lang.Throwable cause)
public ArquillianProxyException(java.lang.String message)
public ArquillianProxyException(java.lang.Throwable cause)
public ArquillianProxyException(java.lang.String message, java.lang.String exceptionClassName, java.lang.String reason, java.lang.Throwable cause)
message
- Message from the proxied ExceptionexceptionClassName
- Class name of the proxied class typereason
- reason that the exception couldn't be re-createdcause
- cause from the original exception