
com.arangodb.springframework.core.DocumentNotFoundException Maven / Gradle / Ivy
The newest version!
package com.arangodb.springframework.core;
import org.springframework.dao.DataRetrievalFailureException;
public class DocumentNotFoundException extends DataRetrievalFailureException {
public DocumentNotFoundException(String msg) {
super(msg);
}
public DocumentNotFoundException(String msg, Throwable cause) {
super(msg, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy