Package org.springframework.data.mapping
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 Summary
ConstructorsConstructorDescriptionMappingException(@Nullable String s) MappingException(@Nullable String s, @Nullable Throwable throwable)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MappingException
 - 
MappingException
 
 -