io.crnk.jpa.internal.TransactionRollbackExceptionMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crnk-jpa Show documentation
Show all versions of crnk-jpa Show documentation
JSON API framework for Java
package io.crnk.jpa.internal;
import javax.transaction.RollbackException;
import io.crnk.core.module.Module;
/**
* RollbackException can hide the more interesting causes.
*/
public class TransactionRollbackExceptionMapper extends AbstractWrappedExceptionMapper {
public TransactionRollbackExceptionMapper(Module.ModuleContext context) {
super(context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy