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:
Serializable
- Direct Known Subclasses:
ForbiddenClassException
,InputManipulationException
General base class for a Security Exception in XStream.
- Since:
- 1.4.19
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AbstractSecurityException
Constructs a SecurityException.- Parameters:
message
- the exception message- Since:
- 1.4.19
-