All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.starla.lite.SMBErrorText
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.
public SMBErrorText()
public static final String ErrorString(int errclass, int errcode)
All Packages Class Hierarchy This Package Previous Next Index