jcifs.dcerpc
Class DcerpcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjcifs.dcerpc.DcerpcException
All Implemented Interfaces:
DcerpcError, java.io.Serializable, WinError

public class DcerpcException
extends java.io.IOException
implements DcerpcError, WinError

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface jcifs.dcerpc.DcerpcError
DCERPC_FAULT_ACCESS_DENIED, DCERPC_FAULT_CANT_PERFORM, DCERPC_FAULT_CODES, DCERPC_FAULT_CONTEXT_MISMATCH, DCERPC_FAULT_INVALID_TAG, DCERPC_FAULT_MESSAGES, DCERPC_FAULT_NDR, DCERPC_FAULT_OP_RNG_ERROR, DCERPC_FAULT_OTHER, DCERPC_FAULT_PROTO_ERROR, DCERPC_FAULT_UNK_IF
 
Fields inherited from interface jcifs.smb.WinError
ERROR_ACCESS_DENIED, ERROR_BAD_PIPE, ERROR_MORE_DATA, ERROR_NO_BROWSER_SERVERS_FOUND, ERROR_NO_DATA, ERROR_PIPE_BUSY, ERROR_PIPE_NOT_CONNECTED, ERROR_REQ_NOT_ACCEP, ERROR_SUCCESS, WINERR_CODES, WINERR_MESSAGES
 
Method Summary
 int getErrorCode()
           
 java.lang.Throwable getRootCause()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorCode

public int getErrorCode()

getRootCause

public java.lang.Throwable getRootCause()

toString

public java.lang.String toString()