Package io.temporal.internal.sync
Class ReadOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.temporal.internal.sync.ReadOnlyException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadOnlyException extends java.lang.IllegalStateException
This exception is thrown when a workflow tries to perform an operation that could generate a new command while it is in a read only context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyException(java.lang.String action)
-