Class ForbiddenClassException
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.ForbiddenClassException
- All Implemented Interfaces:
Serializable
Exception thrown for a forbidden class.
- Since:
- 1.4.7
- See Also:
-
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
-
Constructor Details
-
ForbiddenClassException
Construct a ForbiddenClassException.- Parameters:
type
- the forbidden class- Since:
- 1.4.7
-