Class InputManipulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.thoughtworks.xstream.core.BaseException
-
- com.thoughtworks.xstream.XStreamException
-
- com.thoughtworks.xstream.security.AbstractSecurityException
-
- com.thoughtworks.xstream.security.InputManipulationException
-
- All Implemented Interfaces:
java.io.Serializable
public class InputManipulationException extends AbstractSecurityException
Class for a Security Exception assuming input manipulation in XStream.- Since:
- 1.4.19
- Author:
- Jörg Schaible
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputManipulationException(java.lang.String message)
Constructs a SecurityException.
-