Uses of Class
com.ibm.rcp.net.faults.AbstractFault

Packages that use AbstractFault
com.ibm.rcp.net.faults This package provides framework to detect and handle faults in an end-to-end system.Fault handlers can be contibuted by consuming components and specialized based on application. 
 

Uses of AbstractFault in com.ibm.rcp.net.faults
 

Subclasses of AbstractFault in com.ibm.rcp.net.faults
 class ConnectFault
          This fault represents a failure occuring while attempting to initiate a socket connection to a host.
 class MultipleTransientThresholdFault
          if a few transient Faults have occured in a certain period of time, it asserts a MultipleTransientFault
 class NetworkFault
          This is a fault type indicating network failure.
 class SecurityFault
          This is a fault type indicating security or authentication failure.
 class TimeoutFault
          This is a fault type indicating timeout exception.
 class TransientNetworkFault
          TransientNetworkFault represents a network Fault.
 



Copyright © 2006 IBM Corp. All Rights Reserved.