Class SessionFactoryLookupFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.data.cassandra.core.cql.session.lookup.SessionFactoryLookupFailureException
All Implemented Interfaces:
Serializable

public class SessionFactoryLookupFailureException extends org.springframework.dao.NonTransientDataAccessException
Exception to be thrown by a SessionFactoryLookup implementation, indicating that the specified SessionFactory could not be obtained.
Since:
2.0
Author:
Mark Paluch
See Also:
  • Constructor Details