Lines Matching defs:SmbException
193 # Wrap processing in a try block which allows us to throw SmbException
209 raise SmbException(STATUS_ACCESS_DENIED,
263 raise SmbException(error_code, "Failed to query path info")
284 except SmbException as s:
285 log.debug("[SMB] SmbException hit: %s", s)
309 raise SmbException(STATUS_ACCESS_DENIED,
312 raise SmbException(imp_smbserver.STATUS_SMB_BAD_TID,
321 raise SmbException(STATUS_NO_SUCH_FILE, "Couldn't find the file")
362 raise SmbException(STATUS_NO_SUCH_FILE, "Failed to make test file")
365 class SmbException(Exception):
367 super(SmbException, self).__init__(error_message)