public class AppBaseException extends Exception
| Constructor and Description | 
|---|
AppBaseException()  | 
AppBaseException(String msg)  | 
AppBaseException(String msg,
                String errorIndicator)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorIndicator()  | 
static RuntimeException | 
getRuntimeException(Exception e)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AppBaseException()
public AppBaseException(String msg)
public String getErrorIndicator()
public static RuntimeException getRuntimeException(Exception e)
Copyright © 2015. All rights reserved.