blob: 86a6c3e8204ddcc077d4af7a0ccaa63f95d13ad0 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Package org.apache.qpid.protonj2.engine.exceptions (Qpid ProtonJ2 Parent 1.0.0-M18 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: org.apache.qpid.protonj2.engine.exceptions">
<meta name="generator" content="javadoc/PackageUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body class="package-use-page">
<script type="text/javascript"></script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Package org.apache.qpid.protonj2.engine.exceptions" class="title">Uses of Package<br>org.apache.qpid.protonj2.engine.exceptions</h1>
</div>
<div class="caption"><span>Packages that use <a href="package-summary.html">org.apache.qpid.protonj2.engine.exceptions</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.apache.qpid.protonj2.engine">org.apache.qpid.protonj2.engine</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.apache.qpid.protonj2.engine.exceptions">org.apache.qpid.protonj2.engine.exceptions</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.apache.qpid.protonj2.engine.impl">org.apache.qpid.protonj2.engine.impl</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.apache.qpid.protonj2.engine.sasl">org.apache.qpid.protonj2.engine.sasl</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<section class="package-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.apache.qpid.protonj2.engine">
<div class="caption"><span>Classes in <a href="package-summary.html">org.apache.qpid.protonj2.engine.exceptions</a> used by <a href="../package-summary.html">org.apache.qpid.protonj2.engine</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="class-use/EngineFailedException.html#org.apache.qpid.protonj2.engine">EngineFailedException</a></div>
<div class="col-last even-row-color">
<div class="block">Thrown from Engine API methods that attempted an operation what would have
resulted in a write of data or other state modification after the engine has
entered the the failed state.</div>
</div>
<div class="col-first odd-row-color"><a href="class-use/EngineStateException.html#org.apache.qpid.protonj2.engine">EngineStateException</a></div>
<div class="col-last odd-row-color">
<div class="block">Root type for exceptions thrown from the engine due to state violations</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.qpid.protonj2.engine.exceptions">
<div class="caption"><span>Classes in <a href="package-summary.html">org.apache.qpid.protonj2.engine.exceptions</a> used by <a href="package-summary.html">org.apache.qpid.protonj2.engine.exceptions</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="class-use/EngineFailedException.html#org.apache.qpid.protonj2.engine.exceptions">EngineFailedException</a></div>
<div class="col-last even-row-color">
<div class="block">Thrown from Engine API methods that attempted an operation what would have
resulted in a write of data or other state modification after the engine has
entered the the failed state.</div>
</div>
<div class="col-first odd-row-color"><a href="class-use/EngineStateException.html#org.apache.qpid.protonj2.engine.exceptions">EngineStateException</a></div>
<div class="col-last odd-row-color">
<div class="block">Root type for exceptions thrown from the engine due to state violations</div>
</div>
<div class="col-first even-row-color"><a href="class-use/ProtocolViolationException.html#org.apache.qpid.protonj2.engine.exceptions">ProtocolViolationException</a></div>
<div class="col-last even-row-color">
<div class="block">Error thrown when there has been a violation of the AMQP specification</div>
</div>
<div class="col-first odd-row-color"><a href="class-use/ProtonException.html#org.apache.qpid.protonj2.engine.exceptions">ProtonException</a></div>
<div class="col-last odd-row-color">
<div class="block">Base Proton Exception type that backs all the various exceptions that
are thrown from within the Proton Engine.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.qpid.protonj2.engine.impl">
<div class="caption"><span>Classes in <a href="package-summary.html">org.apache.qpid.protonj2.engine.exceptions</a> used by <a href="../impl/package-summary.html">org.apache.qpid.protonj2.engine.impl</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="class-use/EngineFailedException.html#org.apache.qpid.protonj2.engine.impl">EngineFailedException</a></div>
<div class="col-last even-row-color">
<div class="block">Thrown from Engine API methods that attempted an operation what would have
resulted in a write of data or other state modification after the engine has
entered the the failed state.</div>
</div>
<div class="col-first odd-row-color"><a href="class-use/EngineStateException.html#org.apache.qpid.protonj2.engine.impl">EngineStateException</a></div>
<div class="col-last odd-row-color">
<div class="block">Root type for exceptions thrown from the engine due to state violations</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.qpid.protonj2.engine.sasl">
<div class="caption"><span>Classes in <a href="package-summary.html">org.apache.qpid.protonj2.engine.exceptions</a> used by <a href="../sasl/package-summary.html">org.apache.qpid.protonj2.engine.sasl</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="class-use/EngineStateException.html#org.apache.qpid.protonj2.engine.sasl">EngineStateException</a></div>
<div class="col-last even-row-color">
<div class="block">Root type for exceptions thrown from the engine due to state violations</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>