|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.torweg.pulse.util.streamscanner.InacceptableStreamException
org.torweg.pulse.util.streamscanner.XSSStreamException
public class XSSStreamException
is an exception thrown if a scanned stream contains contents which are subject to XSS related scans.
| Constructor Summary | |
|---|---|
XSSStreamException(java.lang.String msg)
creates a new XSSStreamException with the given message. |
|
XSSStreamException(java.lang.String msg,
java.lang.Throwable cause)
creates a new XSSStreamException with the given message and
root cause. |
|
| 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 |
|---|
public XSSStreamException(java.lang.String msg)
XSSStreamException with the given message.
msg - the message
public XSSStreamException(java.lang.String msg,
java.lang.Throwable cause)
XSSStreamException with the given message and
root cause.
msg - the messagecause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||