|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--jcifs.smb.SmbException | +--jcifs.smb.SmbAuthException
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
.
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 |
public SmbAuthException(int code)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |