Package io.micronaut.data.exceptions
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.exceptions.MappingException
- All Implemented Interfaces:
 Serializable
A mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.
- Since:
 - 1.0.0
 - Author:
 - graemerocher
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMappingException(String message) MappingException(String message, Throwable cause)  - 
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
- Parameters:
 message- The message
 - 
MappingException
- Parameters:
 message- The messagecause- The cause
 
 -