Skip to content

Commit

Permalink
docs: create documentation at mapping exception
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Feb 22, 2024
1 parent 6f661e1 commit 1ddc814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/main/java/jakarta/nosql/MappingException.java
Expand Up @@ -15,6 +15,9 @@
*/
package jakarta.nosql;

/**
* An exception that occurs where there is a mapping error.
*/
public class MappingException extends NoSQLException {

/**
Expand Down

0 comments on commit 1ddc814

Please sign in to comment.