public class DisabledSessionException extends SessionException
Subject
session
, but that Subject
's sessions are disabled.
Note that this exception represents an invalid API usage scenario - where Shiro has been configured to disable
sessions for a particular subject, but a developer is attempting to use that Subject's session.
In other words, if this exception is encountered, it should be resolved by a configuration change for Shiro and
not by checking every Subject to see if they are enabled or not (which would likely introduce very
ugly/paranoid code checks everywhere a session is needed). This is why there is no
subject.isSessionEnabled()
method.Constructor and Description |
---|
DisabledSessionException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DisabledSessionException(String message)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.