com.sun.xml.ws.tx.at
Class WSATException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.tx.at.WSATException
All Implemented Interfaces:
Serializable

public class WSATException
extends Exception

WS-AT Exception mapping of XAException

See Also:
Serialized Form

Field Summary
 int errorCode
           
 
Constructor Summary
WSATException(Exception ex)
           
WSATException(String s)
           
WSATException(String s, XAException xae)
           
 
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
 

Field Detail

errorCode

public int errorCode
Constructor Detail

WSATException

public WSATException(String s)

WSATException

public WSATException(Exception ex)

WSATException

public WSATException(String s,
                     XAException xae)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.