public class GlobalErrorException extends RuntimeException
Constructor and Description |
---|
GlobalErrorException() |
GlobalErrorException(String message) |
GlobalErrorException(String message,
Throwable cause) |
GlobalErrorException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static GlobalErrorException |
getGlobalErrorCause(Throwable e) |
static void |
handleGlobalErrorException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GlobalErrorException()
public GlobalErrorException(String message)
public GlobalErrorException(Throwable cause)
public static GlobalErrorException getGlobalErrorCause(Throwable e)
public static void handleGlobalErrorException(Throwable e)