public class InvocationException
extends org.appops.core.exception.CoreException
InvocationException class.
| Constructor and Description |
|---|
InvocationException(java.lang.String msg)
Constructor for InvocationException.
|
InvocationException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for InvocationException.
|
InvocationException(java.lang.Throwable cause)
Constructor for InvocationException.
|
public InvocationException(java.lang.Throwable cause)
Constructor for InvocationException.
cause - a Throwable object.public InvocationException(java.lang.String msg)
Constructor for InvocationException.
msg - a String object.public InvocationException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for InvocationException.
msg - a String object.cause - a Throwable object.Copyright © 2022. All rights reserved.