public class WinsockNetBIOSException
extends java.io.IOException
Contains the Winsock error code from the failed Winsock call.
| Constructor and Description |
|---|
WinsockNetBIOSException()
Default constructor
|
WinsockNetBIOSException(int sts)
Class constructor
|
WinsockNetBIOSException(java.lang.String msg)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Return the Winsock error code
|
java.lang.String |
getMessage()
Return the error message string
|
void |
setErrorCode(int sts)
Set the error code
|
public WinsockNetBIOSException()
public WinsockNetBIOSException(java.lang.String msg)
msg - Stringpublic WinsockNetBIOSException(int sts)
sts - intpublic final int getErrorCode()
public final void setErrorCode(int sts)
sts - intpublic java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.