Class 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

public class SystemException extends WSASException
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 Details

    • SystemException

      public SystemException()
    • SystemException

      public SystemException(String s)
    • SystemException

      public SystemException(String s, int errorcode)
    • SystemException

      public SystemException(String reason, Object obj)
    • SystemException

      public SystemException(Object ex)