Package org.apache.openjpa.util
Interface RuntimeExceptionTranslator
-
- All Superinterfaces:
java.io.Serializable
public interface RuntimeExceptionTranslator extends java.io.Serializable
Interface used by many facade helpers to translate exceptions.- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.RuntimeException
translate(java.lang.RuntimeException re)
Translate the given exception.
-