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:
Serializable
public class NonAllowedSessionTypeException extends 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
-
-
Constructor Summary
Constructors Constructor Description NonAllowedSessionTypeException(String className)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-