public class InvocationFailureException extends ApplicationRuntimeException
| Constructor and Description |
|---|
InvocationFailureException(Throwable cause,
InvocationMetadata metadata,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Throwable |
getCause() |
InvocationMetadata |
getMetadata() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvocationFailureException(Throwable cause, InvocationMetadata metadata, Object[] args)
public InvocationMetadata getMetadata()
public Object[] getArgs()
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.