Package com.checkmarx.jenkins.exception
Class ToolDetectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.checkmarx.jenkins.exception.ToolDetectionException
-
- All Implemented Interfaces:
Serializable
public class ToolDetectionException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolDetectionException(String message)
ToolDetectionException(String message, Throwable innerException)
ToolDetectionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-