| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.transaction.xa.XAException org.jboss.mq.SpyXAException
SpyXAException | public class SpyXAException extends XAException implements NestedThrowable(Code) | | An XAException with a nested throwable
author: Adrian Brock version: $Revision: 57198 $ |
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyXAException | public SpyXAException()(Code) | | Construct a SpyXAException
|
SpyXAException | public SpyXAException(String msg)(Code) | | Construct a SpyXAException with the specified detail message.
Parameters: msg - Detail message. |
SpyXAException | public SpyXAException(int code)(Code) | | Construct a SpyXAException with the specified detail message
and error code.
Parameters: code - Error code. |
SpyXAException | public SpyXAException(Throwable t)(Code) | | Construct a SpyXAException
Parameters: throwable - the nested throwable. |
SpyXAException | public SpyXAException(String msg, Throwable t)(Code) | | Construct a SpyXAException with the specified detail message.
Parameters: msg - Detail message. Parameters: throwable - the nested throwable. |
SpyXAException | public SpyXAException(int code, Throwable t)(Code) | | Construct a SpyXAException with the specified detail message
and error code.
Parameters: code - Error code. Parameters: throwable - the nested throwable. |
getAsXAException | public static XAException getAsXAException(String message, Throwable t)(Code) | | Converts a throwable to an XAException if it is not already
Parameters: message - any message to add to a constructed XAException Parameters: t - the throwable an XAException |
printStackTrace | public void printStackTrace()(Code) | | |
rethrowAsXAException | public static XAException rethrowAsXAException(String message, Throwable t) throws XAException(Code) | | Converts a throwable to an XAException if it is not already
Parameters: message - any message to add to a constructed XAException Parameters: t - the throwable XAException never (always throws) throws: XAException - always |
|
|
|