jcifs.netbios
Class NbtException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjcifs.netbios.NbtException
All Implemented Interfaces:
java.io.Serializable

public class NbtException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
static int ACT_ERR
           
static int CALLED_NOT_PRESENT
           
static int CFT_ERR
           
static int CONNECTION_REFUSED
           
static int ERR_NAM_SRVC
           
static int ERR_SSN_SRVC
           
 int errorClass
           
 int errorCode
           
static int FMT_ERR
           
static int IMP_ERR
           
static int NO_RESOURCES
           
static int NOT_LISTENING_CALLED
           
static int NOT_LISTENING_CALLING
           
static int RFS_ERR
           
static int SRV_ERR
           
static int SUCCESS
           
static int UNSPECIFIED
           
 
Constructor Summary
NbtException(int errorClass, int errorCode)
           
 
Method Summary
static java.lang.String getErrorString(int errorClass, int errorCode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

NbtException

public NbtException(int errorClass,
                    int errorCode)
Method Detail

getErrorString

public static java.lang.String getErrorString(int errorClass,
                                              int errorCode)

toString

public java.lang.String toString()