public class InvocationException
extends java.lang.Exception
| Constructor and Description |
|---|
InvocationException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
InvocationException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
InvocationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public InvocationException(java.lang.String message)
message - the error message
public InvocationException(java.lang.String message,
java.lang.Throwable cause)
message - the error messagecause - the underlying cause of the exceptionpublic InvocationException(java.lang.Throwable cause)
cause - the underlying cause of the exception