com.arjuna.mw.wsas.exceptions
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.mw.wsas.exceptions.WSASException
              extended by 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

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:
Serialized Form

Constructor Summary
SystemException()
           
SystemException(Object ex)
           
SystemException(String s)
           
SystemException(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
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
 

Constructor Detail

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)


Copyright © 2012. All Rights Reserved.