Class RollbackExceptionHandler


  • public class RollbackExceptionHandler
    extends java.lang.Object
    Handles exception logic.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(java.lang.IllegalArgumentException exception, ServerHttpConnection connection)  
      • Methods inherited from class java.lang.Object

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

      • RollbackExceptionHandler

        public RollbackExceptionHandler()
    • Method Detail

      • handle

        public void handle​(@Parameter
                           java.lang.IllegalArgumentException exception,
                           ServerHttpConnection connection)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception