public final class SMBErrorText extends 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 String |
ErrorString(int errclass,
int errcode)
Return the error string associated with the SMB error class/code
|
public static final String ErrorString(int errclass, int errcode)
errclass
- Error class.errcode
- Error code.Copyright © 2005–2018 Alfresco Software. All rights reserved.