Package org.springframework.web
Class HttpSessionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
org.springframework.web.HttpSessionRequiredException
- All Implemented Interfaces:
Serializable
Exception thrown when an HTTP request handler requires a pre-existing session.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new HttpSessionRequiredException.HttpSessionRequiredException
(String msg, String expectedAttribute) Create a new HttpSessionRequiredException. -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the expected session attribute, if any.Methods inherited from class jakarta.servlet.ServletException
getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpSessionRequiredException
Create a new HttpSessionRequiredException.- Parameters:
msg
- the detail message
-
HttpSessionRequiredException
Create a new HttpSessionRequiredException.- Parameters:
msg
- the detail messageexpectedAttribute
- the name of the expected session attribute- Since:
- 4.3
-
-
Method Details
-
getExpectedAttribute
Return the name of the expected session attribute, if any.- Since:
- 4.3
-