jcifs.smb
Interface WinError

All Known Implementing Classes:
DcerpcException, DfsReferral, SmbAuthException, SmbException

public interface WinError


Field Summary
static int ERROR_ACCESS_DENIED
           
static int ERROR_BAD_PIPE
           
static int ERROR_MORE_DATA
           
static int ERROR_NO_BROWSER_SERVERS_FOUND
           
static int ERROR_NO_DATA
           
static int ERROR_PIPE_BUSY
           
static int ERROR_PIPE_NOT_CONNECTED
           
static int ERROR_REQ_NOT_ACCEP
           
static int ERROR_SUCCESS
           
static int[] WINERR_CODES
           
static java.lang.String[] WINERR_MESSAGES
           
 

Field Detail

ERROR_SUCCESS

static final int ERROR_SUCCESS
See Also:
Constant Field Values

ERROR_ACCESS_DENIED

static final int ERROR_ACCESS_DENIED
See Also:
Constant Field Values

ERROR_REQ_NOT_ACCEP

static final int ERROR_REQ_NOT_ACCEP
See Also:
Constant Field Values

ERROR_BAD_PIPE

static final int ERROR_BAD_PIPE
See Also:
Constant Field Values

ERROR_PIPE_BUSY

static final int ERROR_PIPE_BUSY
See Also:
Constant Field Values

ERROR_NO_DATA

static final int ERROR_NO_DATA
See Also:
Constant Field Values

ERROR_PIPE_NOT_CONNECTED

static final int ERROR_PIPE_NOT_CONNECTED
See Also:
Constant Field Values

ERROR_MORE_DATA

static final int ERROR_MORE_DATA
See Also:
Constant Field Values

ERROR_NO_BROWSER_SERVERS_FOUND

static final int ERROR_NO_BROWSER_SERVERS_FOUND
See Also:
Constant Field Values

WINERR_CODES

static final int[] WINERR_CODES

WINERR_MESSAGES

static final java.lang.String[] WINERR_MESSAGES