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) | 
codeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic 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 © 2018 The Apache Software Foundation