Class ServerAlreadyFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sonar.plugins.javascript.eslint.ServerAlreadyFailedException
-
- All Implemented Interfaces:
Serializable
public class ServerAlreadyFailedException extends RuntimeException
This exception is required to inform sensor about Eslint-bridge server start up failure in SonarLint It is required to not try to start it again- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerAlreadyFailedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-