public class UncategorizedFunctionException
extends org.apache.geode.cache.execute.FunctionException
FunctionException
indicating a Function
Execution
RuntimeException
that has not be categorized, or identified by the framework.
This RuntimeException
was inspired by the UncategorizedDataAccessException
.Execution
,
Function
,
FunctionException
,
Serialized FormConstructor and Description |
---|
UncategorizedFunctionException() |
UncategorizedFunctionException(String message) |
UncategorizedFunctionException(String message,
Throwable cause) |
UncategorizedFunctionException(Throwable cause) |
addException, addExceptions, getExceptions
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.