Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.client.am
Class XaException  view XaException download XaException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.transaction.xa.XAException
              extended byorg.apache.derby.client.am.XaException
All Implemented Interfaces:
Diagnosable, java.io.Serializable

public class XaException
extends javax.transaction.xa.XAException
implements Diagnosable


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
(package private)  java.lang.Throwable throwable_
           
 
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 class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XaException(LogWriter logWriter)
           
XaException(LogWriter logWriter, int errcode)
           
XaException(LogWriter logWriter, java.lang.String s)
           
XaException(LogWriter logWriter, java.lang.Throwable throwable)
           
XaException(LogWriter logWriter, java.lang.Throwable throwable, int errcode)
           
XaException(LogWriter logWriter, java.lang.Throwable throwable, java.lang.String s)
           
 
Method Summary
(package private)  XaException copyAsUnchainedXAException(LogWriter logWriter)
           
 Sqlca getSqlca()
           
 java.lang.Throwable getThrowable()
           
 void printTrace(java.io.PrintWriter printWriter, java.lang.String header)
           
 
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
 

Field Detail

throwable_

java.lang.Throwable throwable_
Constructor Detail

XaException

public XaException(LogWriter logWriter)

XaException

public XaException(LogWriter logWriter,
                   java.lang.Throwable throwable)

XaException

public XaException(LogWriter logWriter,
                   int errcode)

XaException

public XaException(LogWriter logWriter,
                   java.lang.Throwable throwable,
                   int errcode)

XaException

public XaException(LogWriter logWriter,
                   java.lang.String s)

XaException

public XaException(LogWriter logWriter,
                   java.lang.Throwable throwable,
                   java.lang.String s)
Method Detail

getSqlca

public Sqlca getSqlca()
Specified by:
getSqlca in interface Diagnosable

getThrowable

public java.lang.Throwable getThrowable()
Specified by:
getThrowable in interface Diagnosable

printTrace

public void printTrace(java.io.PrintWriter printWriter,
                       java.lang.String header)
Specified by:
printTrace in interface Diagnosable

copyAsUnchainedXAException

XaException copyAsUnchainedXAException(LogWriter logWriter)