Class CassandraUnauthorizedException

All Implemented Interfaces:
Serializable

public class CassandraUnauthorizedException extends PermissionDeniedDataAccessException
Spring data access exception for when access to a Cassandra element is denied.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraUnauthorizedException

      public CassandraUnauthorizedException(String msg, Throwable cause)
      Parameters:
      msg - the detail message.
      cause - the root cause from the underlying data access API.