com.jamonapi.utils
Class AppBaseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.jamonapi.utils.AppBaseException
- All Implemented Interfaces:
- java.io.Serializable
- public class AppBaseException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AppBaseException
public AppBaseException()
AppBaseException
public AppBaseException(java.lang.String msg)
AppBaseException
public AppBaseException(java.lang.String msg,
java.lang.String errorIndicator)
getErrorIndicator
public java.lang.String getErrorIndicator()
getRuntimeException
public static java.lang.RuntimeException getRuntimeException(java.lang.Exception e)