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
 void DcerpcHandle.bind()
           
static DcerpcHandle DcerpcHandle.getHandle(java.lang.String url, NtlmPasswordAuthentication auth)
           
protected static DcerpcBinding DcerpcHandle.parseBinding(java.lang.String str)
           
 void DcerpcHandle.sendrecv(DcerpcMessage msg)
           
 void DcerpcSecurityProvider.unwrap(NdrBuffer incoming)
           
 void DcerpcSecurityProvider.wrap(NdrBuffer outgoing)
           
 

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