Project

General

Profile

« Previous | Next » 

Revision 0a75fd54

Added by Katja Luther over 1 year ago

change logger

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java
97 97
    		    	else if (t instanceof NoHttpResponseException
98 98
    		    	          || t.getCause() instanceof CdmAuthenticationException
99 99
    		    	          || (t.getMessage() != null && t.getMessage().contains("status code = 403"))){
100
    		    		t.printStackTrace();
100 101
                        MessagingUtils.informationDialog("Access denied", MessagingUtils.ACCESS_DENIED);
101 102
                    }else if (includesCause(t, OptionalDataException.class)){
102 103
                        MessagingUtils.informationDialog("Error (OptionalDataException)",

Also available in: Unified diff