Class IllegalPipelineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.pipeline.exception.IllegalPipelineException
-
- All Implemented Interfaces:
Serializable
public class IllegalPipelineException extends RuntimeException
Indicates that Pipeline is in illegal state. This could mean that YAML or other settings are incorrect or the whole Pipeline is misconfigured.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalPipelineException()
IllegalPipelineException(String message)
IllegalPipelineException(String message, Throwable cause)
IllegalPipelineException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
IllegalPipelineException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-