Package com.uc4.api.objects
Class CyclicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.uc4.api.objects.CyclicException
-
- All Implemented Interfaces:
java.io.Serializable
public class CyclicException extends java.lang.RuntimeException
ACyclicException
is thrown if a JobPlan contains cycles.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CyclicException()
Creates newCyclicException
.
-