Class FuzzerSecurityIssueMedium

  • All Implemented Interfaces:
    Serializable

    public class FuzzerSecurityIssueMedium
    extends RuntimeException
    Thrown to indicate that a fuzz target has detected a medium 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 Detail

      • FuzzerSecurityIssueMedium

        public FuzzerSecurityIssueMedium()
      • FuzzerSecurityIssueMedium

        public FuzzerSecurityIssueMedium​(String message)
      • FuzzerSecurityIssueMedium

        public FuzzerSecurityIssueMedium​(String message,
                                         Throwable cause)
      • FuzzerSecurityIssueMedium

        public FuzzerSecurityIssueMedium​(Throwable cause)