Home
last modified time | relevance | path

Searched refs:CommandFailedException (Results 1 – 25 of 106) sorted by relevance

12345

/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/iap/
H A DCommandFailedException.java47 public class CommandFailedException extends ProtocolException { class
54 public CommandFailedException() { in CommandFailedException() method in CommandFailedException
62 public CommandFailedException(String s) { in CommandFailedException() method in CommandFailedException
70 public CommandFailedException(Response r) { in CommandFailedException() method in CommandFailedException
/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A DLongOperationInProgressException.h27 class LongOperationInProgressException : public CommandFailedException {
34 …: CommandFailedException(_command_id, last_command_status), progress_bar_value(_progress_bar_value… in LongOperationInProgressException()
H A DCommandFailedException.h33 class CommandFailedException : public std::exception {
38 CommandFailedException(uint8_t last_command_id, uint8_t last_command_status) : in CommandFailedException() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl94 com::sun::star::ucb::CommandFailedException,
119 com::sun::star::ucb::CommandFailedException,
142 com::sun::star::ucb::CommandFailedException,
164 com::sun::star::ucb::CommandFailedException,
186 com::sun::star::ucb::CommandFailedException,
210 com::sun::star::ucb::CommandFailedException,
226 com::sun::star::ucb::CommandFailedException,
243 com::sun::star::ucb::CommandFailedException,
270 com::sun::star::ucb::CommandFailedException,
291 com::sun::star::ucb::CommandFailedException,
[all …]
H A DXPackageManager.idl126 com::sun::star::ucb::CommandFailedException,
150 com::sun::star::ucb::CommandFailedException,
171 com::sun::star::ucb::CommandFailedException,
191 com::sun::star::ucb::CommandFailedException,
208 com::sun::star::ucb::CommandFailedException,
232 com::sun::star::ucb::CommandFailedException,
270 com::sun::star::ucb::CommandFailedException,
303 com::sun::star::ucb::CommandFailedException,
H A DXPackage.idl33 #include <com/sun/star/ucb/CommandFailedException.idl>
90 com::sun::star::ucb::CommandFailedException,
111 com::sun::star::ucb::CommandFailedException);
132 com::sun::star::ucb::CommandFailedException,
155 com::sun::star::ucb::CommandFailedException,
178 com::sun::star::ucb::CommandFailedException,
207 com::sun::star::ucb::CommandFailedException,
320 com::sun::star::ucb::CommandFailedException,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl94 com::sun::star::ucb::CommandFailedException,
119 com::sun::star::ucb::CommandFailedException,
142 com::sun::star::ucb::CommandFailedException,
164 com::sun::star::ucb::CommandFailedException,
186 com::sun::star::ucb::CommandFailedException,
210 com::sun::star::ucb::CommandFailedException,
226 com::sun::star::ucb::CommandFailedException,
243 com::sun::star::ucb::CommandFailedException,
270 com::sun::star::ucb::CommandFailedException,
291 com::sun::star::ucb::CommandFailedException,
[all …]
H A DXPackageManager.idl126 com::sun::star::ucb::CommandFailedException,
150 com::sun::star::ucb::CommandFailedException,
171 com::sun::star::ucb::CommandFailedException,
191 com::sun::star::ucb::CommandFailedException,
208 com::sun::star::ucb::CommandFailedException,
232 com::sun::star::ucb::CommandFailedException,
270 com::sun::star::ucb::CommandFailedException,
303 com::sun::star::ucb::CommandFailedException,
H A DXPackage.idl33 #include <com/sun/star/ucb/CommandFailedException.idl>
90 com::sun::star::ucb::CommandFailedException,
111 com::sun::star::ucb::CommandFailedException);
132 com::sun::star::ucb::CommandFailedException,
155 com::sun::star::ucb::CommandFailedException,
178 com::sun::star::ucb::CommandFailedException,
207 com::sun::star::ucb::CommandFailedException,
320 com::sun::star::ucb::CommandFailedException,
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dcommand_wrappers.py39 from barman.exceptions import CommandFailedException, CommandMaxRetryExceeded
207 raise CommandFailedException("%s not in PATH" % self.cmd)
294 except CommandFailedException as exc:
370 raise CommandFailedException(dict(ret=self.ret, out=self.out, err=self.err))
815 except CommandFailedException:
820 raise CommandFailedException(
844 except CommandFailedException as e:
1049 raise CommandFailedException(
H A Ddiagnose.py30 from barman.exceptions import CommandFailedException, FsOperationFailed
55 except CommandFailedException as e:
H A Dexceptions.py137 class CommandFailedException(CommandException): class
143 class CommandMaxRetryExceeded(CommandFailedException):
H A Drecovery_executor.py45 CommandFailedException,
233 except CommandFailedException as e:
789 except CommandFailedException as e:
882 except CommandFailedException as e:
905 except CommandFailedException as e:
945 except CommandFailedException as e:
1100 except CommandFailedException as e:
1218 except CommandFailedException as e:
H A Dcompression.py34 from barman.exceptions import CommandFailedException, CompressionIncompatibility
232 raise CommandFailedException(dict(ret=None, err=force_str(e), out=None))
248 raise CommandFailedException(dict(ret=None, err=force_str(e), out=None))
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/GUI/
H A DStorageActions.cpp111 catch (CommandFailedException &e){ in startStick20EnableCryptedVolume()
163 catch (CommandFailedException &e){ in startStick20DisableCryptedVolume()
232 catch (CommandFailedException &e){ in startStick20EnableHiddenVolume()
284 catch (CommandFailedException &e){ in startStick20DisableHiddenVolume()
333 catch (CommandFailedException &e){ in startLockDeviceAction()
447 catch (CommandFailedException &e){ in startStick20DestroyCryptedVolume()
493 catch (CommandFailedException &e){ in _execute_SD_clearing()
543 catch (CommandFailedException &e){ in runAndHandleErrorsInUI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dcancelcommandexecution.cxx67 throw ucb::CommandFailedException( in cancelCommandExecution()
103 throw ucb::CommandFailedException( OUString(), in cancelCommandExecution()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dcancelcommandexecution.cxx67 throw ucb::CommandFailedException( in cancelCommandExecution()
103 throw ucb::CommandFailedException( OUString(), in cancelCommandExecution()
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/
H A Dlibada.cpp162 catch (const CommandFailedException &e){ in get_status_no_except()
246 catch (CommandFailedException &e){ in isPasswordSafeUnlocked()
330 catch( CommandFailedException &e){ in is_time_synchronized()
366 catch (CommandFailedException &e){ in getName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx341 catch ( const ucb::CommandFailedException & ) in getExtensionsWithSameIdentifier()
587 } catch ( const ucb::CommandFailedException & ) { in doChecksForAddExtension()
861 } catch ( const ucb::CommandFailedException & ) { in removeExtension()
941 } catch ( const ucb::CommandFailedException & ) { in enableExtension()
999 } catch ( const ucb::CommandFailedException & ) { in checkPrerequisitesAndEnable()
1042 } catch ( const ucb::CommandFailedException & ) { in disableExtension()
1136 } catch ( const ucb::CommandFailedException & ) { in getAllExtensions()
1215 } catch ( const ucb::CommandFailedException & ) { in reinstallDeployedExtensions()
1282 } catch ( const ucb::CommandFailedException & ) { in synchronize()
1325 throw ucb::CommandFailedException( in checkInstall()
[all …]
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_command_wrappers.py191 with pytest.raises(CommandFailedException) as excinfo:
546 with pytest.raises(CommandFailedException) as excinfo:
681 CommandFailedException("testException"),
692 e = CommandFailedException("testException")
856 which.side_effect = CommandFailedException()
859 with pytest.raises(CommandFailedException):
865 with pytest.raises(CommandFailedException):
1080 with pytest.raises(CommandFailedException):
1341 with pytest.raises(CommandFailedException):
1426 find_command_mock.side_effect = CommandFailedException
[all …]
H A Dtest_sync.py29 CommandFailedException,
413 rsync_mock.side_effect = CommandFailedException("TestFailure")
426 rsync_mock.side_effect = CommandFailedException("TestFailure")
440 rsync_mock.side_effect = CommandFailedException("TestFailure")
556 rsync_mock.side_effect = CommandFailedException("TestFailure")
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx331 catch ( const ucb::CommandFailedException & ) in getExtensionsWithSameIdentifier()
577 } catch ( const ucb::CommandFailedException & ) { in doChecksForAddExtension()
780 } catch ( const ucb::CommandFailedException & ) { in addExtension()
845 } catch ( const ucb::CommandFailedException & ) { in removeExtension()
926 } catch ( const ucb::CommandFailedException & ) { in enableExtension()
984 } catch ( const ucb::CommandFailedException & ) { in checkPrerequisitesAndEnable()
1027 } catch ( const ucb::CommandFailedException & ) { in disableExtension()
1121 } catch ( const ucb::CommandFailedException & ) { in getAllExtensions()
1200 } catch ( const ucb::CommandFailedException & ) { in reinstallDeployedExtensions()
1312 throw ucb::CommandFailedException( in checkInstall()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A DFileAccess.cxx268 catch ( css::ucb::CommandFailedException const & ) in transferImpl()
293 catch ( css::ucb::CommandFailedException const & ) in kill()
376 catch ( css::ucb::CommandFailedException const & ) in createFolder()
434 catch ( css::ucb::CommandFailedException const & ) in getFolderContents()
486 catch ( css::ucb::CommandFailedException const & ) in openFileRead()
604 catch ( CommandFailedException const & ) in createNewFile()
630 catch ( CommandFailedException const & ) in writeFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A DFileAccess.cxx270 catch ( css::ucb::CommandFailedException const & ) in transferImpl()
295 catch ( css::ucb::CommandFailedException const & ) in kill()
383 catch ( css::ucb::CommandFailedException const & ) in createFolder()
442 catch ( css::ucb::CommandFailedException const & ) in getFolderContents()
494 catch ( css::ucb::CommandFailedException const & ) in openFileRead()
618 catch ( CommandFailedException const & ) in createNewFile()
644 catch ( CommandFailedException const & ) in writeFile()
/dports/lang/v8/v8-9.6.180.12/tools/testrunner/local/
H A Dandroid.py26 class CommandFailedException(Exception): class
164 raise CommandFailedException(e.status, e.output)

12345