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.spi.IMException.Code

  • Packages that use IMException.Code 
    Package Description
    com.ibm.tivoli.imi.spi  
    • Uses of IMException.Code in com.ibm.tivoli.imi.spi

      Fields in com.ibm.tivoli.imi.spi declared as IMException.Code 
      Modifier and Type Field and Description
      static IMException.Code IMException.Code.CONNECTION_TIMEOUT 
      static IMException.Code IMException.Code.IM_EXCEPTION 
      static IMException.Code IMException.Code.IM_SESSION_CLOSED 
      static IMException.Code IMException.Code.INVALID_ACCOUNT 
      static IMException.Code IMException.Code.INVALID_CON_TIMEOUT 
      static IMException.Code IMException.Code.INVALID_DRIVER 
      static IMException.Code IMException.Code.INVALID_IM_SERVER 
      static IMException.Code IMException.Code.INVALID_IM_SERVER_PORT 
      static IMException.Code IMException.Code.INVALID_IM_SERVICE_NAME 
      static IMException.Code IMException.Code.INVALID_RESOLVE_TIMEOUT 
      static IMException.Code IMException.Code.MESSAGE_TOO_LONG 
      static IMException.Code IMException.Code.NOT_IMPLEMENTED_YET 
      static IMException.Code IMException.Code.RESOLVE_EXCEPTION 
      static IMException.Code IMException.Code.SERVER_EXCEPTION 
      Methods in com.ibm.tivoli.imi.spi that return IMException.Code 
      Modifier and Type Method and Description
      IMException.Code IMException.getCode() 
      static IMException.Code IMException.Code.valueOf(java.lang.String name) 
      static IMException.Code[] IMException.Code.values() 
      Constructors in com.ibm.tivoli.imi.spi with parameters of type IMException.Code 
      Constructor and Description
      IMException(IMException.Code code) 
      IMException(IMException.Code code, java.lang.String message) 
      IMException(IMException.Code code, java.lang.String message, java.lang.Throwable throwable) 
      IMException(IMException.Code code, java.lang.Throwable throwable) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes