com.day.cq.xss
Class XSSProtectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.day.cq.xss.XSSProtectionException
All Implemented Interfaces:
Serializable

public class XSSProtectionException
extends Exception

Exception that is thrown if an error during xss detection occurs.

See Also:
Serialized Form

Constructor Summary
XSSProtectionException(String message, Throwable rootException)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSSProtectionException

public XSSProtectionException(String message,
                              Throwable rootException)


Copyright © 2009 Day Management AG. All Rights Reserved.