jcifs.netbios

Class NbtException

public class NbtException extends IOException

Field Summary
static intACT_ERR
static intCALLED_NOT_PRESENT
static intCFT_ERR
static intCONNECTION_REFUSED
interrorClass
interrorCode
static intERR_NAM_SRVC
static intERR_SSN_SRVC
static intFMT_ERR
static intIMP_ERR
static intNOT_LISTENING_CALLED
static intNOT_LISTENING_CALLING
static intNO_RESOURCES
static intRFS_ERR
static intSRV_ERR
static intSUCCESS
static intUNSPECIFIED
Constructor Summary
NbtException(int errorClass, int errorCode)
Method Summary
static StringgetErrorString(int errorClass, int errorCode)
StringtoString()

Field Detail

ACT_ERR

public static final int ACT_ERR

CALLED_NOT_PRESENT

public static final int CALLED_NOT_PRESENT

CFT_ERR

public static final int CFT_ERR

CONNECTION_REFUSED

public static final int CONNECTION_REFUSED

errorClass

public int errorClass

errorCode

public int errorCode

ERR_NAM_SRVC

public static final int ERR_NAM_SRVC

ERR_SSN_SRVC

public static final int ERR_SSN_SRVC

FMT_ERR

public static final int FMT_ERR

IMP_ERR

public static final int IMP_ERR

NOT_LISTENING_CALLED

public static final int NOT_LISTENING_CALLED

NOT_LISTENING_CALLING

public static final int NOT_LISTENING_CALLING

NO_RESOURCES

public static final int NO_RESOURCES

RFS_ERR

public static final int RFS_ERR

SRV_ERR

public static final int SRV_ERR

SUCCESS

public static final int SUCCESS

UNSPECIFIED

public static final int UNSPECIFIED

Constructor Detail

NbtException

public NbtException(int errorClass, int errorCode)

Method Detail

getErrorString

public static String getErrorString(int errorClass, int errorCode)

toString

public String toString()