Class CassandraAuthenticationException

All Implemented Interfaces:
Serializable

public class CassandraAuthenticationException extends PermissionDeniedDataAccessException
Spring data access exception for a Cassandra authentication failure.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraAuthenticationException

      public CassandraAuthenticationException(com.datastax.oss.driver.api.core.metadata.EndPoint host, String msg, Throwable cause)
      Parameters:
      host - the affected endpoint.
      msg - the detail message.
      cause - the root cause from the underlying data access API.
  • Method Details

    • getHost

      public com.datastax.oss.driver.api.core.metadata.EndPoint getHost()