- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Fields Modifier and Type Field Description interrorCode
-
Constructor Summary
Constructors Constructor Description WSATException(Exception ex)WSATException(String s)WSATException(String s, XAException xae)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WSATException
public WSATException(String s)
-
WSATException
public WSATException(Exception ex)
-
WSATException
public WSATException(String s, XAException xae)
-
-