Package io.temporal.failure
Class TemporalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ActivityCompletionException
,TemporalFailure
,WorkflowException
public class TemporalException extends java.lang.RuntimeException
Base class for all exceptions thrown by Temporal SDK.Do not extend by the application code.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemporalException(java.lang.String message, java.lang.Throwable cause)
-