public class ExceptionHelper extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
possibleSecurityErrorMessages |
Modifier and Type | Method and Description |
---|---|
static boolean |
isClientAbortError(Throwable t)
Deprecated.
since 7.3, use
DownloadHelper.isClientAbortError(java.lang.Throwable) instead |
static boolean |
isSecurityError(Throwable t) |
static void |
logClientAbort(Exception e)
Deprecated.
since 7.3, use
DownloadHelper.logClientAbort(java.lang.Exception) instead |
static Throwable |
unwrapException(Throwable t) |
public static List<String> possibleSecurityErrorMessages
public static Throwable unwrapException(Throwable t)
public static boolean isSecurityError(Throwable t)
@Deprecated public static boolean isClientAbortError(Throwable t)
DownloadHelper.isClientAbortError(java.lang.Throwable)
instead@Deprecated public static void logClientAbort(Exception e)
DownloadHelper.logClientAbort(java.lang.Exception)
insteadCopyright © 2015 Nuxeo SA. All rights reserved.