Package step.functions.execution
Class FunctionExecutionServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- step.functions.execution.FunctionExecutionServiceException
-
- All Implemented Interfaces:
Serializable
public class FunctionExecutionServiceException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionExecutionServiceException(String message)
FunctionExecutionServiceException(String message, Throwable cause)
FunctionExecutionServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FunctionExecutionServiceException
public FunctionExecutionServiceException(String message, Throwable cause)
-
FunctionExecutionServiceException
public FunctionExecutionServiceException(String message)
-
FunctionExecutionServiceException
public FunctionExecutionServiceException(Throwable cause)
-
-