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 msg) |
Modifier and Type | Method and Description |
---|---|
static FunctionExecutionException |
create(FunctionName functionName,
java.util.List<java.lang.String> argTypes,
java.lang.String detail) |
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 msg)
public static FunctionExecutionException create(Function function, java.lang.Throwable cause)
public static FunctionExecutionException create(FunctionName functionName, java.util.List<java.lang.String> argTypes, java.lang.String detail)
Copyright © 2009- The Apache Software Foundation