Class ExceptionHandler


  • public class ExceptionHandler
    extends java.lang.Object
    Exception handler for handle exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javax.servlet.ServletResponse response, java.lang.Exception ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler()
    • Method Detail

      • handle

        public void handle​(javax.servlet.ServletResponse response,
                           java.lang.Exception ex)
                    throws java.io.IOException
        Throws:
        java.io.IOException