Class AbstractSecurityException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ForbiddenClassException
,InputManipulationException
public abstract class AbstractSecurityException extends XStreamException
General base class for a Security Exception in XStream.- Since:
- 1.4.19
- Author:
- Jörg Schaible
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractSecurityException(java.lang.String message)
Constructs a SecurityException.
-