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

Uses of Class
com.ibm.tivoli.imi.controller.TsdIMException.Code

  • Packages that use TsdIMException.Code 
    Package Description
    com.ibm.tivoli.imi.controller  
    • Uses of TsdIMException.Code in com.ibm.tivoli.imi.controller

      Fields in com.ibm.tivoli.imi.controller declared as TsdIMException.Code 
      Modifier and Type Field and Description
      static TsdIMException.Code TsdIMException.Code.CHAT_ABORTED_NOT_SAVED 
      static TsdIMException.Code TsdIMException.Code.CHAT_ABORTION_EXCEPTION 
      static TsdIMException.Code TsdIMException.Code.INVALID_CHAT_IDENTIFIER
      This exception is used when a chat window (JavaScript on client side) attempts to get a ChatHelper but does not have a valid identifier.
      static TsdIMException.Code TsdIMException.Code.NLS_RESOURCE_BUNDLE 
      Methods in com.ibm.tivoli.imi.controller that return TsdIMException.Code 
      Modifier and Type Method and Description
      TsdIMException.Code TsdIMException.getCode() 
      static TsdIMException.Code TsdIMException.Code.valueOf(java.lang.String name) 
      static TsdIMException.Code[] TsdIMException.Code.values() 
      Constructors in com.ibm.tivoli.imi.controller with parameters of type TsdIMException.Code 
      Constructor and Description
      TsdIMException(TsdIMException.Code code) 
      TsdIMException(TsdIMException.Code code, java.lang.String message) 
      TsdIMException(TsdIMException.Code code, java.lang.String message, java.lang.Throwable throwable) 
      TsdIMException(TsdIMException.Code code, java.lang.Throwable throwable) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes