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:
java.io.Serializable
public class MappingException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingException(java.lang.String message)
MappingException(java.lang.String message, java.lang.Throwable cause)
-