Package org.apache.openjpa.util
Interface RuntimeExceptionTranslator
-
- All Superinterfaces:
java.io.Serializable
public interface RuntimeExceptionTranslator extends java.io.SerializableInterface 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.RuntimeExceptiontranslate(java.lang.RuntimeException re)Translate the given exception.
-