|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
edu.asu.cri.MirkE.exceptions.MirkEApplicationException
edu.asu.cri.MirkE.exceptions.MirkETransactionException
Constructor Summary | |
MirkETransactionException(java.lang.String msg)
Constructor with a message of the exception |
|
MirkETransactionException(java.lang.Throwable object)
Constructor with a message of the exception |
|
MirkETransactionException(java.lang.Throwable object,
java.lang.String message)
Constructor with a message of the exception |
Methods inherited from class edu.asu.cri.MirkE.exceptions.MirkEApplicationException |
equals, hashCode, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MirkETransactionException(java.lang.String msg)
msg
- Message to further explain the exceptionpublic MirkETransactionException(java.lang.Throwable object, java.lang.String message)
object
- root cause of exceptionmessage
- Message to further explain the exceptionpublic MirkETransactionException(java.lang.Throwable object)
object
- root cause of exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |