jcifs.netbios
Class NbtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
jcifs.netbios.NbtException
- All Implemented Interfaces:
- Serializable
public class NbtException
- extends IOException
- See Also:
- Serialized Form
|
Constructor Summary |
NbtException(int errorClass,
int errorCode)
|
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
ERR_NAM_SRVC
public static final int ERR_NAM_SRVC
- See Also:
- Constant Field Values
ERR_SSN_SRVC
public static final int ERR_SSN_SRVC
- See Also:
- Constant Field Values
FMT_ERR
public static final int FMT_ERR
- See Also:
- Constant Field Values
SRV_ERR
public static final int SRV_ERR
- See Also:
- Constant Field Values
IMP_ERR
public static final int IMP_ERR
- See Also:
- Constant Field Values
RFS_ERR
public static final int RFS_ERR
- See Also:
- Constant Field Values
ACT_ERR
public static final int ACT_ERR
- See Also:
- Constant Field Values
CFT_ERR
public static final int CFT_ERR
- See Also:
- Constant Field Values
CONNECTION_REFUSED
public static final int CONNECTION_REFUSED
- See Also:
- Constant Field Values
NOT_LISTENING_CALLED
public static final int NOT_LISTENING_CALLED
- See Also:
- Constant Field Values
NOT_LISTENING_CALLING
public static final int NOT_LISTENING_CALLING
- See Also:
- Constant Field Values
CALLED_NOT_PRESENT
public static final int CALLED_NOT_PRESENT
- See Also:
- Constant Field Values
NO_RESOURCES
public static final int NO_RESOURCES
- See Also:
- Constant Field Values
UNSPECIFIED
public static final int UNSPECIFIED
- See Also:
- Constant Field Values
errorClass
public int errorClass
errorCode
public int errorCode
NbtException
public NbtException(int errorClass,
int errorCode)
getErrorString
public static String getErrorString(int errorClass,
int errorCode)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2012. All Rights Reserved.