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.ForbiddenClassException
-
- All Implemented Interfaces:
java.io.Serializable
public class ForbiddenClassException extends XStreamException
Exception thrown for a forbidden class.- Since:
- 1.4.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenClassException(java.lang.Class type)
Construct a ForbiddenClassException.
-