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 Detail

      • translate

        java.lang.RuntimeException translate​(java.lang.RuntimeException re)
        Translate the given exception.