Package io.temporal.client.schedules
Class ScheduleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.client.schedules.ScheduleException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ScheduleException extends TemporalException
Exception thrown by client when attempting to create a schedule.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScheduleException(java.lang.Throwable cause)
-