FileDocCategorySizeDatePackage
SmbAuthException.javaAPI DocJCIFS 1.3.17 API1325Tue Oct 18 15:26:24 BST 2011jcifs.smb

SmbAuthException

public 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.

Fields Summary
Constructors Summary
SmbAuthException(int errcode)

        super( errcode, null );
    
Methods Summary