Package io.temporal.failure
Class TerminatedFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.failure.TemporalFailure
-
- io.temporal.failure.TerminatedFailure
-
- All Implemented Interfaces:
java.io.Serializable
public final class TerminatedFailure extends TemporalFailure
This exception is expected to be thrown only by the Temporal framework code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminatedFailure(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class io.temporal.failure.TemporalFailure
getOriginalMessage, setDataConverter
-
-