| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException jcifs.netbios.NbtException
Constructor Summary | |
public | NbtException(int errorClass, int errorCode) |
ACT_ERR | final public static int ACT_ERR(Code) | | |
CALLED_NOT_PRESENT | final public static int CALLED_NOT_PRESENT(Code) | | |
CFT_ERR | final public static int CFT_ERR(Code) | | |
CONNECTION_REFUSED | final public static int CONNECTION_REFUSED(Code) | | |
ERR_NAM_SRVC | final public static int ERR_NAM_SRVC(Code) | | |
ERR_SSN_SRVC | final public static int ERR_SSN_SRVC(Code) | | |
FMT_ERR | final public static int FMT_ERR(Code) | | |
IMP_ERR | final public static int IMP_ERR(Code) | | |
NOT_LISTENING_CALLED | final public static int NOT_LISTENING_CALLED(Code) | | |
NOT_LISTENING_CALLING | final public static int NOT_LISTENING_CALLING(Code) | | |
NO_RESOURCES | final public static int NO_RESOURCES(Code) | | |
RFS_ERR | final public static int RFS_ERR(Code) | | |
SRV_ERR | final public static int SRV_ERR(Code) | | |
SUCCESS | final public static int SUCCESS(Code) | | |
UNSPECIFIED | final public static int UNSPECIFIED(Code) | | |
errorClass | public int errorClass(Code) | | |
errorCode | public int errorCode(Code) | | |
NbtException | public NbtException(int errorClass, int errorCode)(Code) | | |
getErrorString | public static String getErrorString(int errorClass, int errorCode)(Code) | | |
|
|
|