Package io.temporal.internal.replay
Class FailureWrapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.internal.replay.FailureWrapperException
-
- All Implemented Interfaces:
java.io.Serializable
public class FailureWrapperException extends java.lang.RuntimeException
Framework level exception. Do not reference in application level code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureWrapperException(io.temporal.api.failure.v1.Failure failure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.api.failure.v1.Failure
getFailure()
-