Uses of Class
com.arjuna.mw.wsas.exceptions.WSASException

Packages that use WSASException
com.arjuna.mw.wsas.exceptions   
com.arjuna.mw.wscf.exceptions   
com.arjuna.mw.wscf.model.sagas.exceptions   
com.arjuna.mw.wscf.model.twophase.exceptions   
 

Uses of WSASException in com.arjuna.mw.wsas.exceptions
 

Subclasses of WSASException in com.arjuna.mw.wsas.exceptions
 class ActiveChildException
          Thrown if an attempt is made to complete an activity that has active child activities and at least one of the registered HLSs determines the it is an invalid condition.
 class HLSException
          Thrown the HLS completion fails.
 class InvalidActivityException
          Thrown if an attempt is made to utilise an unknown activity.
 class InvalidHLSException
          Thrown if an attempt is made to unregister an unknown HLS from the activity.
 class InvalidParentException
          The parent activity was invalid in the scope it was intended to be used.
 class InvalidTimeoutException
          Thrown if the timeout value associated with the invoking thread which should be applied to newly created activities is invalid.
 class NoActivityException
          Thrown if there is no activity associated with the invoking thread and one needs to be in order to execute the operation.
 class NoPermissionException
          The invoking thread does not have permission to attempt to use the operation.
 class ProtocolViolationException
          Thrown if the underlying protocol is violated in some way during termination.
 class SystemCommunicationException
          Marker interface for exceptions e.g.
 class SystemException
          Thrown if an error occurs which is not met by another specific exception.
 class WrongStateException
          Thrown if the state of the activity is such that it disallows the attempted operation.
 

Uses of WSASException in com.arjuna.mw.wscf.exceptions
 

Subclasses of WSASException in com.arjuna.mw.wscf.exceptions
 class BegunFailedException
          The coordination protocol failed to start.
 class DuplicateParticipantException
          There was an attempt to register the same participant with the coordinator.
 class InvalidParticipantException
          The specified participant is invalid in the context used.
 class NoCoordinatorException
          There is no coordinator associated with the target.
 class ProtocolNotRegisteredException
          An attempt was made to act on a protocol that the protocol factory had no knowledge of.
 class UnexpectedException
          A general error has occurred.
 

Uses of WSASException in com.arjuna.mw.wscf.model.sagas.exceptions
 

Subclasses of WSASException in com.arjuna.mw.wscf.model.sagas.exceptions
 class CancelFailedException
          A fail occurred during a Business Agreement cancel operation -- only applies in WSBA 1.1.
 class CompensateFailedException
          There is no coordinator associated with the target.
 class CoordinatorCancelledException
          There is no coordinator associated with the target.
 class CoordinatorConfirmedException
          There is no coordinator associated with the target.
 class DuplicateSynchronizationException
          There is no coordinator associated with the target.
 class InvalidSynchronizationException
          There is no coordinator associated with the target.
 

Uses of WSASException in com.arjuna.mw.wscf.model.twophase.exceptions
 

Subclasses of WSASException in com.arjuna.mw.wscf.model.twophase.exceptions
 class HeuristicCancelException
          There is no coordinator associated with the target.
 class HeuristicConfirmException
          There is no coordinator associated with the target.
 class HeuristicHazardException
          There is no coordinator associated with the target.
 class HeuristicMixedException
          There is no coordinator associated with the target.
 class ParticipantCancelledException
          There is no coordinator associated with the target.
 



Copyright © 2012. All Rights Reserved.