jcifs.smb
Class SmbAuthException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--jcifs.smb.SmbException
                          |
                          +--jcifs.smb.SmbAuthException
All Implemented Interfaces:
java.io.Serializable

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.

See Also:
Serialized Form

Fields inherited from class jcifs.smb.SmbException
ERRaccess, ERRaccountExpired, ERRbadClient, ERRbadDialect, ERRbadfid, ERRbadfile, ERRbadfunc, ERRbadLogonTime, ERRbadnetname, ERRbadparm, ERRbadpath, ERRbadpw, ERRbadshare, ERRbaduid, ERRbrokenpipe, ERRCLI, ERRCMD, ERRdfs, ERRDOS, ERRdupname, ERRerror, ERRexists, ERRfilexists, ERRgeneral, ERRHRD, ERRimpossible, ERRinappro, ERRinvname, ERRinvnetname, ERRinvnid, ERRioe, ERRlistFiles, ERRnoaccess, ERRnodata, ERRnolisting, ERRnomoreconn, ERRnoproc, ERRnospace, ERRnotempty, ERRnotready, ERRnowrite, ERROR_MORE_DATA, ERRpasswordExpired, ERRpipebusy, ERRRAP, ERRreserved, ERRserverTimeout, ERRSRV, ERRtoomanyuids, ERRunknownHost, ERRunknownType, NERR_BasicTransactConfig, NERR_ServerNotStarted, NERR_Success, SUCCESS
 
Constructor Summary
SmbAuthException(int code)
           
 
Methods inherited from class jcifs.smb.SmbException
getErrorClass, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmbAuthException

public SmbAuthException(int code)