Package com.code_intelligence.jazzer.api
Class FuzzerSecurityIssueCritical
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.code_intelligence.jazzer.api.FuzzerSecurityIssueCritical
-
- All Implemented Interfaces:
Serializable
public class FuzzerSecurityIssueCritical extends RuntimeException
Thrown to indicate that a fuzz target has detected a critical severity security issue rather than a normal bug.There is only a semantical but no functional difference between throwing exceptions of this type or any other. However, automated fuzzing platforms can use the extra information to handle the detected issues appropriately.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FuzzerSecurityIssueCritical()
FuzzerSecurityIssueCritical(String message)
FuzzerSecurityIssueCritical(String message, Throwable cause)
FuzzerSecurityIssueCritical(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-