Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.mapping.MappingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidPersistentPropertyPath
- Author:
- Jon Brisbin
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMappingException(@Nullable String s) MappingException(@Nullable String s, @Nullable Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MappingException
- 
MappingException
 
-