org.jboss.resource.connectionmanager
Class JBossLocalXAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.xa.XAException
org.jboss.resource.connectionmanager.JBossLocalXAException
- All Implemented Interfaces:
- Serializable, org.jboss.util.NestedThrowable
public class JBossLocalXAException
- extends XAException
- implements org.jboss.util.NestedThrowable
JBossLocalXAException
- Version:
- $Revision: 1.3.6.5 $
- Author:
- David Jencks, Adrian Brock
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
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 |
Fields inherited from interface org.jboss.util.NestedThrowable |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
JBossLocalXAException
public JBossLocalXAException()
JBossLocalXAException
public JBossLocalXAException(int errcode)
JBossLocalXAException
public JBossLocalXAException(String message)
JBossLocalXAException
public JBossLocalXAException(String message,
int errorcode)
JBossLocalXAException
public JBossLocalXAException(String message,
Throwable t)
JBossLocalXAException
public JBossLocalXAException(String message,
int errorcode,
Throwable t)
getNested
public Throwable getNested()
- Specified by:
getNested
in interface org.jboss.util.NestedThrowable
getCause
public Throwable getCause()
- Specified by:
getCause
in interface org.jboss.util.NestedThrowable
- Overrides:
getCause
in class Throwable
getMessage
public String getMessage()
- Returns the composite throwable message.
- Overrides:
getMessage
in class Throwable
- Returns:
- The composite throwable message.
printStackTrace
public void printStackTrace(PrintStream stream)
- Prints the composite message and the embedded stack trace to the
specified print stream.
- Overrides:
printStackTrace
in class Throwable
- Parameters:
stream
- Stream to print to.
printStackTrace
public void printStackTrace(PrintWriter writer)
- Prints the composite message and the embedded stack trace to the
specified print writer.
- Overrides:
printStackTrace
in class Throwable
- Parameters:
writer
- Writer to print to.
printStackTrace
public void printStackTrace()
- Prints the composite message and the embedded stack trace to
System.err.
- Overrides:
printStackTrace
in class Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.