Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.websphere.exception.DistributedExceptionEnabled

  • Packages that use DistributedExceptionEnabled 
    Package Description
    com.ibm.websphere.exception  
    • Uses of DistributedExceptionEnabled in com.ibm.websphere.exception

      Classes in com.ibm.websphere.exception that implement DistributedExceptionEnabled 
      Modifier and Type Class and Description
      class  DistributedException
      Provides exception functions desirable in a distributed environment.
      class  ExceptionInstantiationException
      Copyright (c) 2000, 2005 IBM Corporation and others.
      Constructors in com.ibm.websphere.exception with parameters of type DistributedExceptionEnabled 
      Constructor and Description
      DistributedExceptionInfo(DistributedExceptionEnabled currentException)
      Constructor with current exception
      DistributedExceptionInfo(DistributedExceptionEnabled currentException, java.lang.Throwable previousException)
      Constructor with the current and previous exceptions
      DistributedExceptionInfo(java.lang.String defaultMessage, DistributedExceptionEnabled currentException)
      Constructor with current exception
      DistributedExceptionInfo(java.lang.String defaultMessage, DistributedExceptionEnabled currentException, java.lang.Throwable previousException)
      Constructor with current exception
      DistributedExceptionInfo(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, DistributedExceptionEnabled currentException)
      Constructor with localization message information and the current exception..
      DistributedExceptionInfo(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, DistributedExceptionEnabled currentException, java.lang.Throwable previousException)
      Constructor with localization message information and the current exception..
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes