Uses of Class
jcifs.dcerpc.DcerpcException

Packages that use DcerpcException
jcifs.dcerpc   
 

Uses of DcerpcException in jcifs.dcerpc
 

Methods in jcifs.dcerpc that return DcerpcException
 DcerpcException DcerpcMessage.getResult()
           
 DcerpcException DcerpcBind.getResult()
           
 

Methods in jcifs.dcerpc that throw DcerpcException
protected static jcifs.dcerpc.DcerpcBinding DcerpcHandle.parseBinding(java.lang.String str)
           
static DcerpcHandle DcerpcHandle.getHandle(java.lang.String url, NtlmPasswordAuthentication auth)
           
 void DcerpcHandle.sendrecv(DcerpcMessage msg)
           
 

Constructors in jcifs.dcerpc that throw DcerpcException
DcerpcPipeHandle(java.lang.String url, NtlmPasswordAuthentication auth)