Nuxeo Enterprise Platform 5.4

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 java.lang.Object


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

Field Detail

possibleSecurityErrorMessages

public static java.util.List<java.lang.String> possibleSecurityErrorMessages
Method Detail

unwrapException

public static java.lang.Throwable unwrapException(java.lang.Throwable t)

isSecurityError

public static boolean isSecurityError(java.lang.Throwable t)

isClientAbortError

public static boolean isClientAbortError(java.lang.Throwable t)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.