Package ratpack.session
Class NonAllowedSessionTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- ratpack.session.NonAllowedSessionTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonAllowedSessionTypeException extends java.lang.IllegalStateException
Thrown when attempting to read or write a type to a session that is not allowed.- Since:
- 1.9
- See Also:
SessionTypeFilter
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
className
The type that was not allowed.
-
Constructor Summary
Constructors Constructor Description NonAllowedSessionTypeException(java.lang.String className)
Constructor.
-