Package com.arjuna.mw.wsas.exceptions
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.arjuna.mw.wsas.exceptions.WSASException
com.arjuna.mw.wsas.exceptions.SystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BegunFailedException
,CancelFailedException
,CompensateFailedException
,CoordinatorCancelledException
,CoordinatorCancelledException
,CoordinatorConfirmedException
,CoordinatorConfirmedException
,DuplicateSynchronizationException
,DuplicateSynchronizationException
,HeuristicCancelException
,HeuristicConfirmException
,HeuristicHazardException
,HeuristicMixedException
,HLSException
,InvalidSynchronizationException
,InvalidSynchronizationException
,NoCoordinatorException
,ParticipantCancelledException
,SystemCommunicationException
,UnexpectedException
Thrown if an error occurs which is not met by another specific exception.
- Since:
- 1.0.
- Version:
- $Id: SystemException.java,v 1.2 2005/05/19 12:13:16 nmcl Exp $
- Author:
- Mark Little (mark.little@arjuna.com)
- See Also:
-
Constructor Summary
ConstructorDescriptionSystemException
(String s, int errorcode) SystemException
(String reason, Object obj) -
Method Summary
Methods inherited from class com.arjuna.mw.wsas.exceptions.WSASException
getData, getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemException
public SystemException() -
SystemException
-
SystemException
-
SystemException
-
SystemException
-