Class LegacyExceptionHandler

  • All Implemented Interfaces:
    ExceptionHandler

    public class LegacyExceptionHandler
    extends java.lang.Object
    implements ExceptionHandler
    Translates access denied exceptions from the service layer to API permission denied exception.
    Author:
    steveglover
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handle​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • LegacyExceptionHandler

        public LegacyExceptionHandler()
    • Method Detail

      • handle

        public boolean handle​(java.lang.Throwable t)
        Specified by:
        handle in interface ExceptionHandler