public class JavaInvokeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
JavaInvokeException(java.lang.String message,
java.lang.Throwable cause)
Constructor which accepts an error message and a root cause.
|
JavaInvokeException(java.lang.Throwable cause)
Constructor which accepts an error a root cause.
|
public JavaInvokeException(java.lang.Throwable cause)
cause - Exception which has been caught in the course of processing.public JavaInvokeException(java.lang.String message,
java.lang.Throwable cause)
message - Error message.cause - Exception which has been caught in the course of processing.