public final class SMBErrorText
extends java.lang.Object
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 and Description |
---|
SMBErrorText() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ErrorString(int errclass,
int errcode)
Return the error string associated with the SMB error class/code
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.