SmbAuthExceptionpublic class SmbAuthException extends SmbException The SmbAuthException encapsulates the variety of
authentication related error codes returned by an SMB server.
See jCIFS Exceptions and NtlmAuthenticator for more information about SmbAuthException . |
Constructors Summary |
---|
SmbAuthException(int errcode)
super( errcode, null );
|
|