Interface ExceptionCommunicator

  • All Known Implementing Classes:
    TextResponse

    public interface ExceptionCommunicator
    Comminucate exceptions as part of the mime response. Many exceptions during retrieval are logged at warning or below. To debug, some mime responses (like the txt response) will also send the exception to the client.
    Author:
    mshankar
    • Method Detail

      • comminucateException

        void comminucateException​(Throwable t)