Class NonUniqueSessionRepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
All Implemented Interfaces:
Serializable

public class NonUniqueSessionRepositoryException extends RuntimeException
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 Details

    • NonUniqueSessionRepositoryException

      public NonUniqueSessionRepositoryException(List<Class<?>> availableCandidates)
  • Method Details

    • getAvailableCandidates

      public List<Class<?>> getAvailableCandidates()