Package one.tranic.t.base.exception
Class ForeverNonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.tranic.t.base.exception.ForeverNonException
- All Implemented Interfaces:
Serializable
A custom exception that serves as a warning that a "forever" check
should have been performed earlier in the workflow.
This exception should not be thrown during runtime. Instead, its presence indicates that the calling code should ensure the relevant "forever" condition is handled properly in advance.
- 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
-
ForeverNonException
public ForeverNonException()
-