Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.web.common.exceptionhandling
Class ExceptionHelper

java.lang.Object
  extended by org.nuxeo.ecm.platform.web.common.exceptionhandling.ExceptionHelper

public class ExceptionHelper
extends Object


Field Summary
static List<String> possibleSecurityErrorMessages
           
 
Method Summary
static boolean isClientAbortError(Throwable t)
           
static boolean isSecurityError(Throwable t)
           
static Throwable unwrapException(Throwable t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

possibleSecurityErrorMessages

public static List<String> possibleSecurityErrorMessages
Method Detail

unwrapException

public static Throwable unwrapException(Throwable t)

isSecurityError

public static boolean isSecurityError(Throwable t)

isClientAbortError

public static boolean isClientAbortError(Throwable t)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.