Class XSSProtectionException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class XSSProtectionException
    extends java.lang.Exception
    Deprecated.
    Exception that is thrown if an error occurs during xss detection.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XSSProtectionException​(java.lang.String message)
      Deprecated.
       
      XSSProtectionException​(java.lang.String message, java.lang.Throwable rootException)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XSSProtectionException

        public XSSProtectionException​(java.lang.String message,
                                      java.lang.Throwable rootException)
        Deprecated.
      • XSSProtectionException

        public XSSProtectionException​(java.lang.String message)
        Deprecated.