Class CancellationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sonar.plugins.javascript.CancellationException
All Implemented Interfaces:
Serializable

public class CancellationException extends RuntimeException
Exception thrown when the context is cancelled.
See Also:
  • Constructor Details

    • CancellationException

      public CancellationException(String message)