Class ExceptionHelper
- java.lang.Object
-
- org.nuxeo.ecm.platform.web.common.exceptionhandling.ExceptionHelper
-
public class ExceptionHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<String>
ERROR_MESSAGES
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isSecurityError(Throwable t)
static Throwable
unwrapException(Throwable t)
-
-
-
Field Detail
-
ERROR_MESSAGES
protected static final List<String> ERROR_MESSAGES
-
-
Method Detail
-
unwrapException
public static Throwable unwrapException(Throwable t)
-
isSecurityError
public static boolean isSecurityError(Throwable t)
-
-