Class NoUpdatePropertiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.micronaut.data.model.query.builder.sql.NoUpdatePropertiesException
- All Implemented Interfaces:
Serializable
Exception thrown when an update statement has no renderable update properties.
- Since:
- 5.1.0
- Author:
- radovanradic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoUpdatePropertiesException(String message) Creates a no update properties exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoUpdatePropertiesException
Creates a no update properties exception.- Parameters:
message- The exception message
-