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:
Serializable
A
CyclicException
is thrown if a JobPlan contains cycles.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclicException
public CyclicException()Creates newCyclicException
.
-