blob: 6eefe782df2081239f0e22675fad4682e97b5831 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.qpid.protonj2.client.exceptions (Qpid ProtonJ2 Parent 1.0.0-M9 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.qpid.protonj2.client.exceptions (Qpid ProtonJ2 Parent 1.0.0-M9 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.qpid.protonj2.client.exceptions</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientConnectionRedirectedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientConnectionRedirectedException</a></th>
<td class="colLast">
<div class="block">A <a href="ClientIOException.html" title="class in org.apache.qpid.protonj2.client.exceptions"><code>ClientIOException</code></a> type that defines that the remote peer has requested that this
connection be redirected to some alternative peer.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientConnectionRemotelyClosedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientConnectionRemotelyClosedException</a></th>
<td class="colLast">
<div class="block">Exception thrown when the remote peer actively closes the <a href="../Connection.html" title="interface in org.apache.qpid.protonj2.client"><code>Connection</code></a> by sending
and AMQP <a href="../../types/transport/Close.html" title="class in org.apache.qpid.protonj2.types.transport"><code>Close</code></a> frame or when the IO layer is disconnected due to some other
reason such as a security error or transient network error.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientConnectionSecurityException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientConnectionSecurityException</a></th>
<td class="colLast">
<div class="block">Connection level Security Exception used to indicate a security violation has occurred.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientConnectionSecuritySaslException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientConnectionSecuritySaslException</a></th>
<td class="colLast">
<div class="block">Security Exception used to indicate a security violation has occurred.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientDeliveryAbortedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientDeliveryAbortedException</a></th>
<td class="colLast">
<div class="block">Thrown in cases where an action was requested that cannot be performed because
the delivery being operated on has been aborted by the remote sender.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientDeliveryIsPartialException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientDeliveryIsPartialException</a></th>
<td class="colLast">
<div class="block">Thrown in cases where an action was requested that cannot be performed because
the delivery being operated on is only the partial Transfer payload.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientDeliveryStateException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientDeliveryStateException</a></th>
<td class="colLast">
<div class="block">Thrown from client API that deal with a <a href="../Delivery.html" title="interface in org.apache.qpid.protonj2.client"><code>Delivery</code></a> or <a href="../Tracker.html" title="interface in org.apache.qpid.protonj2.client"><code>Tracker</code></a> where the outcome
that results from that API can affect whether the API call succeeded or failed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientException</a></th>
<td class="colLast">
<div class="block">Represents a non-fatal exception that occurs from a Client <a href="../Connection.html" title="interface in org.apache.qpid.protonj2.client"><code>Connection</code></a>
or one of its resources.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientIdleTimeoutException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientIdleTimeoutException</a></th>
<td class="colLast">
<div class="block">Thrown when the Provider fails a connection due to idle timeout.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientIllegalStateException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientIllegalStateException</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientIOException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientIOException</a></th>
<td class="colLast">
<div class="block">Exception type that is thrown when the provider has encountered an unrecoverable error.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientLinkRedirectedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientLinkRedirectedException</a></th>
<td class="colLast">
<div class="block">A <a href="ClientLinkRemotelyClosedException.html" title="class in org.apache.qpid.protonj2.client.exceptions"><code>ClientLinkRemotelyClosedException</code></a> type that defines that the remote peer has requested that
this link be redirected to some alternative peer.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientLinkRemotelyClosedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientLinkRemotelyClosedException</a></th>
<td class="colLast">
<div class="block">Root exception type for cases of remote closure or client created <a href="../Sender.html" title="interface in org.apache.qpid.protonj2.client"><code>Sender</code></a> or
<a href="../Receiver.html" title="interface in org.apache.qpid.protonj2.client"><code>Receiver</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientMessageFormatViolationException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientMessageFormatViolationException</a></th>
<td class="colLast">
<div class="block">Exception thrown from <a href="../Message.html" title="interface in org.apache.qpid.protonj2.client"><code>Message</code></a> instances when the body section specified
violates the configure message format of the message that is being created.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientOperationTimedOutException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientOperationTimedOutException</a></th>
<td class="colLast">
<div class="block">Indicates that an operation in the provider timed out waiting for completion</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientResourceRemotelyClosedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientResourceRemotelyClosedException</a></th>
<td class="colLast">
<div class="block">Root exception type for cases of remote closure or client created resources other
than the Client <a href="../Connection.html" title="interface in org.apache.qpid.protonj2.client"><code>Connection</code></a> which will throw exceptions rooted from the
<a href="ClientConnectionRemotelyClosedException.html" title="class in org.apache.qpid.protonj2.client.exceptions"><code>ClientConnectionRemotelyClosedException</code></a> to indicate a fatal connection
level error that requires a new connection to be created.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientSendTimedOutException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientSendTimedOutException</a></th>
<td class="colLast">
<div class="block">Thrown when a message send operation times out in the Provider layer.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientSessionRemotelyClosedException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientSessionRemotelyClosedException</a></th>
<td class="colLast">
<div class="block">Root exception type for cases of remote closure or client created <a href="../Session.html" title="interface in org.apache.qpid.protonj2.client"><code>Session</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientTransactionDeclarationException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientTransactionDeclarationException</a></th>
<td class="colLast">
<div class="block">Thrown when a transaction declaration fails or is rejected by the remote.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientTransactionInDoubtException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientTransactionInDoubtException</a></th>
<td class="colLast">
<div class="block">Thrown when a transaction operation fails and state is now unknown.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientTransactionNotActiveException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientTransactionNotActiveException</a></th>
<td class="colLast">
<div class="block">Thrown when a client attempt to commit or roll-back when no transaction has been declared.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientTransactionRolledBackException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientTransactionRolledBackException</a></th>
<td class="colLast">
<div class="block">Thrown when a message send operation times out in the Provider layer.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientUnsupportedOperationException.html" title="class in org.apache.qpid.protonj2.client.exceptions">ClientUnsupportedOperationException</a></th>
<td class="colLast">
<div class="block">Thrown when an action request is not supported through this provider.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>