XSSProtectionException.java 338 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.xss;

@Deprecated
public class XSSProtectionException
extends Exception {
    public XSSProtectionException(String message, Throwable rootException) {
        super(message, rootException);
    }

    public XSSProtectionException(String message) {
        super(message);
    }
}