|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.transaction.xa.XAException
net.sf.ehcache.transaction.xa.EhcacheXAException
public class EhcacheXAException
Small extension to the XAException defined in the JTA specification, to that the errorCode is provided when instanciating the Exception thrown
| Field Summary |
|---|
| Fields inherited from class javax.transaction.xa.XAException |
|---|
errorCode, XA_HEURCOM, XA_HEURHAZ, XA_HEURMIX, XA_HEURRB, XA_NOMIGRATE, XA_RBBASE, XA_RBCOMMFAIL, XA_RBDEADLOCK, XA_RBEND, XA_RBINTEGRITY, XA_RBOTHER, XA_RBPROTO, XA_RBROLLBACK, XA_RBTIMEOUT, XA_RBTRANSIENT, XA_RDONLY, XA_RETRY, XAER_ASYNC, XAER_DUPID, XAER_INVAL, XAER_NOTA, XAER_OUTSIDE, XAER_PROTO, XAER_RMERR, XAER_RMFAIL |
| Constructor Summary | |
|---|---|
EhcacheXAException(java.lang.String message,
int errorCode)
Constructor |
|
EhcacheXAException(java.lang.String message,
int errorCode,
java.lang.Throwable cause)
Constru Constructor |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EhcacheXAException(java.lang.String message,
int errorCode)
message - The messageerrorCode - the XA error code
public EhcacheXAException(java.lang.String message,
int errorCode,
java.lang.Throwable cause)
message - The messageerrorCode - the XA error codecause - the Exception causing the XAException
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||