Class InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.kestra.core.exceptions.InternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalConditionEvaluation, IllegalVariableEvaluationException

public class InternalException extends Exception
See Also:
  • Constructor Details

    • InternalException

      public InternalException(Throwable e)
    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(String message, Throwable e)