All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.starla.lite.SMBErrorText

java.lang.Object
   |
   +----com.starla.lite.SMBErrorText

public final class SMBErrorText
extends Object
SMB error text class.

The SMBErrorText is a static class that converts SMB error class/error codes into their appropriate error message strings. The class is used by the SMBException class when outputting an SMB exception as a string.

SMB error classes and error codes are declared in the SMBStatus class.


Constructor Index

 o SMBErrorText()

Method Index

 o ErrorString(int, int)
Return the error string associated with the SMB error class/code

Constructors

 o SMBErrorText
 public SMBErrorText()

Methods

 o ErrorString
 public static final String ErrorString(int errclass,
                                        int errcode)
Return the error string associated with the SMB error class/code

Parameters:
errclass - Error class.
errcode - Error code.
Returns:
Error string.

All Packages  Class Hierarchy  This Package  Previous  Next  Index