Class BaseGlossaryAuthorView

    • Constructor Detail

      • BaseGlossaryAuthorView

        public BaseGlossaryAuthorView()
    • Method Detail

      • getResponseForException

        protected <T> SubjectAreaOMASAPIResponse<T> getResponseForException​(Exception exception,
                                                                            AuditLog auditLog,
                                                                            String className,
                                                                            String methodName)
        Get the appropriate response from the supplied Exception
        Parameters:
        exception - - supplied exception
        auditLog - - auditlog (may be null if unable to initialize)
        className - - calling class's Name
        methodName - - calling method's name
        Returns:
        response corresponding to the exception.