Class IdInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.mapping.MappingException
org.springframework.data.cassandra.core.mapping.IdInterfaceException
- All Implemented Interfaces:
Serializable
Exception thrown on incorrect mapping of an Id interface.
- Author:
- Matthew T. Adams, Mark Paluch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdInterfaceException
(Class<?> idInterface, Method method, String message) IdInterfaceException
(String idInterfaceName, String method, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdInterfaceException
-
IdInterfaceException
-
-
Method Details
-
getIdInterfaceName
-
getMethod
-