Class SchemaValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.model.query.builder.sql.validation.SchemaValidationException
- All Implemented Interfaces:
Serializable
A schema validation exception thrown if mapped entities don't have matching tables and columns in the database.
- Since:
- 4.13.0
- Author:
- radovanradic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaValidationException
(String message) SchemaValidationException
(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
-
SchemaValidationException
- Parameters:
message
- The message
-
SchemaValidationException
- Parameters:
message
- The messagecause
- The cause
-