io.crnk.jpa.internal.PersistenceExceptionMapper Maven / Gradle / Ivy
package io.crnk.jpa.internal;
import javax.persistence.PersistenceException;
import io.crnk.core.module.Module;
/**
* PersistenceExceptions can hide the more interesting causes.
*/
public class PersistenceExceptionMapper extends AbstractWrappedExceptionMapper {
public PersistenceExceptionMapper(Module.ModuleContext context) {
super(context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy