public class FunctionExecutionException extends RequestExecutionException
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
argTypes |
java.lang.String |
detail |
FunctionName |
functionName |
Constructor and Description |
---|
FunctionExecutionException(FunctionName functionName,
java.util.List<java.lang.String> argTypes,
java.lang.String detail) |
Modifier and Type | Method and Description |
---|---|
static FunctionExecutionException |
create(Function function,
java.lang.Throwable cause) |
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public final FunctionName functionName
public final java.util.List<java.lang.String> argTypes
public final java.lang.String detail
public FunctionExecutionException(FunctionName functionName, java.util.List<java.lang.String> argTypes, java.lang.String detail)
public static FunctionExecutionException create(Function function, java.lang.Throwable cause)
Copyright © 2020 The Apache Software Foundation