Uses of Class
wt.util.WTIOException

Packages that use WTIOException
com.ptc.netmarkets.part   
com.ptc.netmarkets.util.beans   
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pds.oracle81   
 

Uses of WTIOException in com.ptc.netmarkets.part
 

Methods in com.ptc.netmarkets.part that throw WTIOException
 String NmEPMDocument.getProeDNDLink(NmSessionBean sessionBean, String fontClass, NmLinkBean linkBean, Object request)
           
 String NmEPMDocument.getProeDNDLink(NmSessionBean sessionBean, String linkName, String fontClass, NmLinkBean linkBean, Object request)
           
 String NmEPMDocument.getProeDNDLink(NmSessionBean sessionBean, NmOid serverOid, String linkName, String fontClass, NmLinkBean linkBean, Object request)
           
 

Uses of WTIOException in com.ptc.netmarkets.util.beans
 

Methods in com.ptc.netmarkets.util.beans that throw WTIOException
 boolean NmSessionBean.isRegistered(Object request, Object response)
           
 boolean NmSessionBean.isRegistered(NmOid serverOid, Object request, Object response)
           
 

Uses of WTIOException in wt.httpgw
 

Constructors in wt.httpgw that throw WTIOException
HTTPServletResponse(javax.servlet.http.HttpServletResponse response)
           
HTTPServletRequest(javax.servlet.http.HttpServletRequest request)
          Constructor
 

Uses of WTIOException in wt.pds
 

Methods in wt.pds that throw WTIOException
protected  void DBMSLobHandler.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
protected  long DBMSLobHandler.read(WTConnection a_connection, Object a_blob, long a_blobOffset, byte[] a_buffer, int a_bufferOffset, int a_length)
          Reads the data fromt the specified LOB.
protected abstract  void ChunkLobHandler.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
 

Uses of WTIOException in wt.pds.oracle81
 

Methods in wt.pds.oracle81 that throw WTIOException
protected  void StandardLobHandler81.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
protected  void DBMSLobHandler81.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.