
public class ArquillianProxyException extends RuntimeException
| Constructor and Description |
|---|
ArquillianProxyException() |
ArquillianProxyException(String message) |
ArquillianProxyException(String message,
String exceptionClassName,
String reason,
Throwable cause)
ArquillianProxyException constructor based on an underlying exception
that cannot be recreated.
|
ArquillianProxyException(String message,
Throwable cause) |
ArquillianProxyException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArquillianProxyException()
public ArquillianProxyException(String message)
public ArquillianProxyException(Throwable cause)
public ArquillianProxyException(String message, String exceptionClassName, String reason, 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 exceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.