Class SpannerDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
com.google.cloud.spring.data.spanner.core.mapping.SpannerDataException
All Implemented Interfaces:
Serializable

public class SpannerDataException extends org.springframework.dao.DataAccessException
Exceptions for Spring Data Cloud Spanner.
Since:
1.1
See Also:
  • Constructor Details

    • SpannerDataException

      public SpannerDataException(String message)
    • SpannerDataException

      public SpannerDataException(String message, Throwable cause)