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

Constructor Summary
AppBaseException()
           
AppBaseException(java.lang.String msg)
           
AppBaseException(java.lang.String msg, java.lang.String errorIndicator)
           
 
Method Summary
 java.lang.String getErrorIndicator()
           
static java.lang.RuntimeException getRuntimeException(java.lang.Exception e)
           
 
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
 

Constructor Detail

AppBaseException

public AppBaseException()

AppBaseException

public AppBaseException(java.lang.String msg)

AppBaseException

public AppBaseException(java.lang.String msg,
                        java.lang.String errorIndicator)
Method Detail

getErrorIndicator

public java.lang.String getErrorIndicator()

getRuntimeException

public static java.lang.RuntimeException getRuntimeException(java.lang.Exception e)