Class NonUniqueSessionRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
- All Implemented Interfaces:
Serializable
Exception thrown when multiple
SessionRepository
implementations are available
with no way to know which implementation should be used.- Since:
- 2.0.0
- Author:
- Stephane Nicoll
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonUniqueSessionRepositoryException
-
-
Method Details
-
getAvailableCandidates
-