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)
-