This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 84772ca [site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
84772ca is described below
commit 84772ca090439417d0d7ea1dca6930b9b0a9b5ee
Author: jenkins <[email protected]>
AuthorDate: Sat Jul 3 12:44:03 2021 +0000
[site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
---
jakartaee-9.0/javadoc/index-all.html | 65 ++++++++++++++++++++++
.../javadoc/jakarta/jms/IllegalStateException.html | 27 +++++++++
.../jakarta/jms/InvalidClientIDException.html | 27 +++++++++
.../jakarta/jms/InvalidDestinationException.html | 27 +++++++++
.../jakarta/jms/InvalidSelectorException.html | 27 +++++++++
.../jakarta/jms/JMSDestinationDefinition.html | 2 +-
.../javadoc/jakarta/jms/JMSException.html | 27 +++++++++
.../javadoc/jakarta/jms/JMSSecurityException.html | 27 +++++++++
.../javadoc/jakarta/jms/MessageEOFException.html | 27 +++++++++
.../jakarta/jms/MessageFormatException.html | 27 +++++++++
.../jakarta/jms/MessageNotReadableException.html | 27 +++++++++
.../jakarta/jms/MessageNotWriteableException.html | 27 +++++++++
.../jakarta/jms/ResourceAllocationException.html | 27 +++++++++
.../jms/TransactionInProgressException.html | 26 +++++++++
.../jms/TransactionRolledBackException.html | 27 +++++++++
15 files changed, 416 insertions(+), 1 deletion(-)
diff --git a/jakartaee-9.0/javadoc/index-all.html
b/jakartaee-9.0/javadoc/index-all.html
index 92d62f0..358a1ac 100644
--- a/jakartaee-9.0/javadoc/index-all.html
+++ b/jakartaee-9.0/javadoc/index-all.html
@@ -13599,6 +13599,11 @@
This exception is thrown when a method is invoked at an illegal or
inappropriate time or if the provider is not in an
appropriate state for the requested operation.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/IllegalStateException.html#IllegalStateException-java.lang.String-java.lang.String-java.lang.Exception-">IllegalStateException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/IllegalStateException.html" title="class in
jakarta.jms">IllegalStateException</a></dt>
+<dd>
+<div class="block">Constructs an <code>IllegalStateException</code> with the
specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/IllegalStateException.html#IllegalStateException-java.lang.String-java.lang.String-">IllegalStateException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/IllegalStateException.html" title="class in
jakarta.jms">IllegalStateException</a></dt>
<dd>
<div class="block">Constructs an <code>IllegalStateException</code> with the
specified reason and error code.</div>
@@ -13958,6 +13963,11 @@
This exception must be thrown when a client attempts to set a connection's
client ID to a value that is rejected by a
provider.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/InvalidClientIDException.html#InvalidClientIDException-java.lang.String-java.lang.String-java.lang.Exception-">InvalidClientIDException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/InvalidClientIDException.html" title="class in
jakarta.jms">InvalidClientIDException</a></dt>
+<dd>
+<div class="block">Constructs an <code>InvalidClientIDException</code> with
the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/InvalidClientIDException.html#InvalidClientIDException-java.lang.String-java.lang.String-">InvalidClientIDException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/InvalidClientIDException.html" title="class in
jakarta.jms">InvalidClientIDException</a></dt>
<dd>
<div class="block">Constructs an <code>InvalidClientIDException</code> with
the specified reason and error code.</div>
@@ -13988,6 +13998,11 @@
<div class="block">
This exception must be thrown when a destination either is not understood by
a provider or is no longer valid.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/InvalidDestinationException.html#InvalidDestinationException-java.lang.String-java.lang.String-java.lang.Exception-">InvalidDestinationException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/InvalidDestinationException.html" title="class in
jakarta.jms">InvalidDestinationException</a></dt>
+<dd>
+<div class="block">Constructs an <code>InvalidDestinationException</code> with
the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/InvalidDestinationException.html#InvalidDestinationException-java.lang.String-java.lang.String-">InvalidDestinationException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/InvalidDestinationException.html" title="class in
jakarta.jms">InvalidDestinationException</a></dt>
<dd>
<div class="block">Constructs an <code>InvalidDestinationException</code> with
the specified reason and error code.</div>
@@ -14044,6 +14059,11 @@
<div class="block">
This exception must be thrown when a Jakarta Messaging client attempts to
give a provider a message selector with invalid syntax.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/InvalidSelectorException.html#InvalidSelectorException-java.lang.String-java.lang.String-java.lang.Exception-">InvalidSelectorException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/InvalidSelectorException.html" title="class in
jakarta.jms">InvalidSelectorException</a></dt>
+<dd>
+<div class="block">Constructs an <code>InvalidSelectorException</code> with
the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/InvalidSelectorException.html#InvalidSelectorException-java.lang.String-java.lang.String-">InvalidSelectorException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/InvalidSelectorException.html" title="class in
jakarta.jms">InvalidSelectorException</a></dt>
<dd>
<div class="block">Constructs an <code>InvalidSelectorException</code> with
the specified reason and error code.</div>
@@ -15302,6 +15322,11 @@
<div class="block">
This is the root class of all checked exceptions in the Jakarta Messaging
API.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/JMSException.html#JMSException-java.lang.String-java.lang.String-java.lang.Exception-">JMSException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/JMSException.html" title="class in
jakarta.jms">JMSException</a></dt>
+<dd>
+<div class="block">Constructs a <code>JMSException</code> with the specified
reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/JMSException.html#JMSException-java.lang.String-java.lang.String-">JMSException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/JMSException.html" title="class in
jakarta.jms">JMSException</a></dt>
<dd>
<div class="block">Constructs a <code>JMSException</code> with the specified
reason and error code.</div>
@@ -15339,6 +15364,11 @@
<dd>
<div class="block">This exception must be thrown when a provider rejects a
user name/password submitted by a client.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/JMSSecurityException.html#JMSSecurityException-java.lang.String-java.lang.String-java.lang.Exception-">JMSSecurityException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/JMSSecurityException.html" title="class in
jakarta.jms">JMSSecurityException</a></dt>
+<dd>
+<div class="block">Constructs a <code>JMSSecurityException</code> with the
specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/JMSSecurityException.html#JMSSecurityException-java.lang.String-java.lang.String-">JMSSecurityException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/JMSSecurityException.html" title="class in
jakarta.jms">JMSSecurityException</a></dt>
<dd>
<div class="block">Constructs a <code>JMSSecurityException</code> with the
specified reason and error code.</div>
@@ -16756,6 +16786,11 @@
<div class="block">This exception must be thrown when an unexpected end of
stream has been reached when a <code>StreamMessage</code> or
<code>BytesMessage</code> is being read.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageEOFException.html#MessageEOFException-java.lang.String-java.lang.String-java.lang.Exception-">MessageEOFException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageEOFException.html" title="class in
jakarta.jms">MessageEOFException</a></dt>
+<dd>
+<div class="block">Constructs a <code>MessageEOFException</code> with the
specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageEOFException.html#MessageEOFException-java.lang.String-java.lang.String-">MessageEOFException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageEOFException.html" title="class in
jakarta.jms">MessageEOFException</a></dt>
<dd>
<div class="block">Constructs a <code>MessageEOFException</code> with the
specified reason and error code.</div>
@@ -16775,6 +16810,11 @@
<div class="block">This exception must be thrown when a Jakarta Messaging
client attempts to use a data type not supported by a message or attempts to
read data in a message as the wrong type.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageFormatException.html#MessageFormatException-java.lang.String-java.lang.String-java.lang.Exception-">MessageFormatException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageFormatException.html" title="class in
jakarta.jms">MessageFormatException</a></dt>
+<dd>
+<div class="block">Constructs a <code>MessageFormatException</code> with the
specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageFormatException.html#MessageFormatException-java.lang.String-java.lang.String-">MessageFormatException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageFormatException.html" title="class in
jakarta.jms">MessageFormatException</a></dt>
<dd>
<div class="block">Constructs a <code>MessageFormatException</code> with the
specified reason and error code.</div>
@@ -16826,6 +16866,11 @@
<dd>
<div class="block">This exception must be thrown when a Jakarta Messaging
client attempts to read a write-only message.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageNotReadableException.html#MessageNotReadableException-java.lang.String-java.lang.String-java.lang.Exception-">MessageNotReadableException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageNotReadableException.html" title="class in
jakarta.jms">MessageNotReadableException</a></dt>
+<dd>
+<div class="block">Constructs a <code>MessageNotReadableException</code> with
the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageNotReadableException.html#MessageNotReadableException-java.lang.String-java.lang.String-">MessageNotReadableException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageNotReadableException.html" title="class in
jakarta.jms">MessageNotReadableException</a></dt>
<dd>
<div class="block">Constructs a <code>MessageNotReadableException</code> with
the specified reason and error code.</div>
@@ -16838,6 +16883,11 @@
<dd>
<div class="block">This exception must be thrown when a Jakarta Messaging
client attempts to write to a read-only message.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageNotWriteableException.html#MessageNotWriteableException-java.lang.String-java.lang.String-java.lang.Exception-">MessageNotWriteableException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageNotWriteableException.html" title="class in
jakarta.jms">MessageNotWriteableException</a></dt>
+<dd>
+<div class="block">Constructs a <code>MessageNotWriteableException</code> with
the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/MessageNotWriteableException.html#MessageNotWriteableException-java.lang.String-java.lang.String-">MessageNotWriteableException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/MessageNotWriteableException.html" title="class in
jakarta.jms">MessageNotWriteableException</a></dt>
<dd>
<div class="block">Constructs a <code>MessageNotWriteableException</code> with
the specified reason and error code.</div>
@@ -20911,6 +20961,11 @@
<dd>
<div class="block">This exception is thrown when a provider is unable to
allocate the resources required by a method.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/ResourceAllocationException.html#ResourceAllocationException-java.lang.String-java.lang.String-java.lang.Exception-">ResourceAllocationException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/ResourceAllocationException.html" title="class in
jakarta.jms">ResourceAllocationException</a></dt>
+<dd>
+<div class="block">Constructs a <code>ResourceAllocationException</code> with
the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/ResourceAllocationException.html#ResourceAllocationException-java.lang.String-java.lang.String-">ResourceAllocationException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/ResourceAllocationException.html" title="class in
jakarta.jms">ResourceAllocationException</a></dt>
<dd>
<div class="block">Constructs a <code>ResourceAllocationException</code> with
the specified reason and error code.</div>
@@ -25810,6 +25865,11 @@
<dd>
<div class="block">This exception is thrown when an operation is invalid
because a transaction is in progress.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/TransactionInProgressException.html#TransactionInProgressException-java.lang.String-java.lang.String-java.lang.Exception-">TransactionInProgressException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/TransactionInProgressException.html" title="class in
jakarta.jms">TransactionInProgressException</a></dt>
+<dd>
+<div class="block">Constructs a <code>TransactionInProgressException</code>
with the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/TransactionInProgressException.html#TransactionInProgressException-java.lang.String-java.lang.String-">TransactionInProgressException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/TransactionInProgressException.html" title="class in
jakarta.jms">TransactionInProgressException</a></dt>
<dd>
<div class="block">Constructs a <code>TransactionInProgressException</code>
with the specified reason and error code.</div>
@@ -25890,6 +25950,11 @@
<dd>
<div class="block">This exception must be thrown when a call to
<code>Session.commit</code> results in a rollback of the current
transaction.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/jms/TransactionRolledBackException.html#TransactionRolledBackException-java.lang.String-java.lang.String-java.lang.Exception-">TransactionRolledBackException(String,
String, Exception)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/TransactionRolledBackException.html" title="class in
jakarta.jms">TransactionRolledBackException</a></dt>
+<dd>
+<div class="block">Constructs a <code>TransactionRolledBackException</code>
with the specified reason, error code
+ and linked exception.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/TransactionRolledBackException.html#TransactionRolledBackException-java.lang.String-java.lang.String-">TransactionRolledBackException(String,
String)</a></span> - Constructor for exception jakarta.jms.<a
href="jakarta/jms/TransactionRolledBackException.html" title="class in
jakarta.jms">TransactionRolledBackException</a></dt>
<dd>
<div class="block">Constructs a <code>TransactionRolledBackException</code>
with the specified reason and error code.</div>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/IllegalStateException.html
b/jakartaee-9.0/javadoc/jakarta/jms/IllegalStateException.html
index 3187196..e523ed1 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/IllegalStateException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/IllegalStateException.html
@@ -162,6 +162,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs an <code>IllegalStateException</code> with the
specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/IllegalStateException.html#IllegalStateException-java.lang.String-java.lang.String-java.lang.Exception-">IllegalStateException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs an <code>IllegalStateException</code> with the
specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -206,6 +214,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="IllegalStateException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>IllegalStateException</h4>
+<pre>public IllegalStateException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs an <code>IllegalStateException</code> with the
specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="IllegalStateException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/InvalidClientIDException.html
b/jakartaee-9.0/javadoc/jakarta/jms/InvalidClientIDException.html
index 37624c7..9705c9b 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/InvalidClientIDException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/InvalidClientIDException.html
@@ -160,6 +160,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs an <code>InvalidClientIDException</code> with
the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/InvalidClientIDException.html#InvalidClientIDException-java.lang.String-java.lang.String-java.lang.Exception-">InvalidClientIDException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs an <code>InvalidClientIDException</code> with
the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -204,6 +212,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="InvalidClientIDException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidClientIDException</h4>
+<pre>public InvalidClientIDException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs an <code>InvalidClientIDException</code> with
the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="InvalidClientIDException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/InvalidDestinationException.html
b/jakartaee-9.0/javadoc/jakarta/jms/InvalidDestinationException.html
index ae5cc22..96a06a9 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/InvalidDestinationException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/InvalidDestinationException.html
@@ -159,6 +159,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs an <code>InvalidDestinationException</code> with
the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/InvalidDestinationException.html#InvalidDestinationException-java.lang.String-java.lang.String-java.lang.Exception-">InvalidDestinationException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs an <code>InvalidDestinationException</code> with
the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -203,6 +211,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="InvalidDestinationException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidDestinationException</h4>
+<pre>public InvalidDestinationException(java.lang.String reason,
+ java.lang.String errorCode,
+
java.lang.Exception linkedException)</pre>
+<div class="block">Constructs an <code>InvalidDestinationException</code> with
the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="InvalidDestinationException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/InvalidSelectorException.html
b/jakartaee-9.0/javadoc/jakarta/jms/InvalidSelectorException.html
index 0bb5e93..990d7d3 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/InvalidSelectorException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/InvalidSelectorException.html
@@ -159,6 +159,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs an <code>InvalidSelectorException</code> with
the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/InvalidSelectorException.html#InvalidSelectorException-java.lang.String-java.lang.String-java.lang.Exception-">InvalidSelectorException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs an <code>InvalidSelectorException</code> with
the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -203,6 +211,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="InvalidSelectorException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidSelectorException</h4>
+<pre>public InvalidSelectorException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs an <code>InvalidSelectorException</code> with
the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="InvalidSelectorException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/JMSDestinationDefinition.html
b/jakartaee-9.0/javadoc/jakarta/jms/JMSDestinationDefinition.html
index c5512a5..a14f690 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/JMSDestinationDefinition.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/JMSDestinationDefinition.html
@@ -330,7 +330,7 @@ public @interface <span
class="memberNameLabel">JMSDestinationDefinition</span><
<li class="blockList">
<h4>properties</h4>
<pre>public abstract java.lang.String[] properties</pre>
-<div class="block">Jakarta Messaging destination property. This may be a
vendor-specific property or a less commonly used <code>ConnectionFactory</code>
+<div class="block">Jakarta Messaging destination property. This may be a
vendor-specific property or a less commonly used destination
property.
<p>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/JMSException.html
b/jakartaee-9.0/javadoc/jakarta/jms/JMSException.html
index 4229878..d7c16df 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/JMSException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/JMSException.html
@@ -180,6 +180,14 @@ extends java.lang.Exception</pre>
<div class="block">Constructs a <code>JMSException</code> with the specified
reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/JMSException.html#JMSException-java.lang.String-java.lang.String-java.lang.Exception-">JMSException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>JMSException</code> with the specified
reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -242,6 +250,25 @@ extends java.lang.Exception</pre>
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a name="JMSException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>JMSException</h4>
+<pre>public JMSException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>JMSException</code> with the specified
reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - the linked <code>Exception</code></dd>
+</dl>
+</li>
+</ul>
<a name="JMSException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/JMSSecurityException.html
b/jakartaee-9.0/javadoc/jakarta/jms/JMSSecurityException.html
index 419d456..ea6ebb5 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/JMSSecurityException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/JMSSecurityException.html
@@ -159,6 +159,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>JMSSecurityException</code> with the
specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/JMSSecurityException.html#JMSSecurityException-java.lang.String-java.lang.String-java.lang.Exception-">JMSSecurityException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>JMSSecurityException</code> with the
specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -203,6 +211,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="JMSSecurityException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>JMSSecurityException</h4>
+<pre>public JMSSecurityException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>JMSSecurityException</code> with the
specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="JMSSecurityException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/MessageEOFException.html
b/jakartaee-9.0/javadoc/jakarta/jms/MessageEOFException.html
index bbb3f8e..5318955 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/MessageEOFException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/MessageEOFException.html
@@ -159,6 +159,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>MessageEOFException</code> with the
specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/MessageEOFException.html#MessageEOFException-java.lang.String-java.lang.String-java.lang.Exception-">MessageEOFException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>MessageEOFException</code> with the
specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -203,6 +211,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="MessageEOFException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MessageEOFException</h4>
+<pre>public MessageEOFException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>MessageEOFException</code> with the
specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="MessageEOFException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/MessageFormatException.html
b/jakartaee-9.0/javadoc/jakarta/jms/MessageFormatException.html
index b2ccef8..db3d6b9 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/MessageFormatException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/MessageFormatException.html
@@ -166,6 +166,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>MessageFormatException</code> with the
specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/MessageFormatException.html#MessageFormatException-java.lang.String-java.lang.String-java.lang.Exception-">MessageFormatException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>MessageFormatException</code> with the
specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -210,6 +218,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="MessageFormatException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MessageFormatException</h4>
+<pre>public MessageFormatException(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>MessageFormatException</code> with the
specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="MessageFormatException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/MessageNotReadableException.html
b/jakartaee-9.0/javadoc/jakarta/jms/MessageNotReadableException.html
index 742477d..f3aec2e 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/MessageNotReadableException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/MessageNotReadableException.html
@@ -158,6 +158,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>MessageNotReadableException</code> with
the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/MessageNotReadableException.html#MessageNotReadableException-java.lang.String-java.lang.String-java.lang.Exception-">MessageNotReadableException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>MessageNotReadableException</code> with
the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -202,6 +210,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="MessageNotReadableException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MessageNotReadableException</h4>
+<pre>public MessageNotReadableException(java.lang.String reason,
+ java.lang.String errorCode,
+
java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>MessageNotReadableException</code> with
the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="MessageNotReadableException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git
a/jakartaee-9.0/javadoc/jakarta/jms/MessageNotWriteableException.html
b/jakartaee-9.0/javadoc/jakarta/jms/MessageNotWriteableException.html
index eade744..f9f7f4b 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/MessageNotWriteableException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/MessageNotWriteableException.html
@@ -158,6 +158,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>MessageNotWriteableException</code> with
the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/MessageNotWriteableException.html#MessageNotWriteableException-java.lang.String-java.lang.String-java.lang.Exception-">MessageNotWriteableException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>MessageNotWriteableException</code> with
the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -202,6 +210,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="MessageNotWriteableException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MessageNotWriteableException</h4>
+<pre>public MessageNotWriteableException(java.lang.String reason,
+ java.lang.String errorCode,
+
java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>MessageNotWriteableException</code> with
the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="MessageNotWriteableException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git a/jakartaee-9.0/javadoc/jakarta/jms/ResourceAllocationException.html
b/jakartaee-9.0/javadoc/jakarta/jms/ResourceAllocationException.html
index 0e7bc31..e0778f9 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/ResourceAllocationException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/ResourceAllocationException.html
@@ -162,6 +162,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>ResourceAllocationException</code> with
the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/ResourceAllocationException.html#ResourceAllocationException-java.lang.String-java.lang.String-java.lang.Exception-">ResourceAllocationException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>ResourceAllocationException</code> with
the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -206,6 +214,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="ResourceAllocationException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ResourceAllocationException</h4>
+<pre>public ResourceAllocationException(java.lang.String reason,
+ java.lang.String errorCode,
+
java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>ResourceAllocationException</code> with
the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="ResourceAllocationException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git
a/jakartaee-9.0/javadoc/jakarta/jms/TransactionInProgressException.html
b/jakartaee-9.0/javadoc/jakarta/jms/TransactionInProgressException.html
index cee1c73..e8a3784 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/TransactionInProgressException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/TransactionInProgressException.html
@@ -160,6 +160,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>TransactionInProgressException</code>
with the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/TransactionInProgressException.html#TransactionInProgressException-java.lang.String-java.lang.String-java.lang.Exception-">TransactionInProgressException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>TransactionInProgressException</code>
with the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -204,6 +212,24 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="TransactionInProgressException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TransactionInProgressException</h4>
+<pre>public TransactionInProgressException(java.lang.String reason,
+ java.lang.String errorCode,
+
java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>TransactionInProgressException</code>
with the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+</dl>
+</li>
+</ul>
<a name="TransactionInProgressException-java.lang.String-java.lang.String-">
<!-- -->
</a>
diff --git
a/jakartaee-9.0/javadoc/jakarta/jms/TransactionRolledBackException.html
b/jakartaee-9.0/javadoc/jakarta/jms/TransactionRolledBackException.html
index 878cd39..92c9095 100644
--- a/jakartaee-9.0/javadoc/jakarta/jms/TransactionRolledBackException.html
+++ b/jakartaee-9.0/javadoc/jakarta/jms/TransactionRolledBackException.html
@@ -158,6 +158,14 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<div class="block">Constructs a <code>TransactionRolledBackException</code>
with the specified reason and error code.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../jakarta/jms/TransactionRolledBackException.html#TransactionRolledBackException-java.lang.String-java.lang.String-java.lang.Exception-">TransactionRolledBackException</a></span>(java.lang.String reason,
+ java.lang.String errorCode,
+ java.lang.Exception linkedException)</code>
+<div class="block">Constructs a <code>TransactionRolledBackException</code>
with the specified reason, error code
+ and linked exception.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -202,6 +210,25 @@ extends <a href="../../jakarta/jms/JMSException.html"
title="class in jakarta.jm
<!-- -->
</a>
<h3>Constructor Detail</h3>
+<a
name="TransactionRolledBackException-java.lang.String-java.lang.String-java.lang.Exception-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TransactionRolledBackException</h4>
+<pre>public TransactionRolledBackException(java.lang.String reason,
+ java.lang.String errorCode,
+
java.lang.Exception linkedException)</pre>
+<div class="block">Constructs a <code>TransactionRolledBackException</code>
with the specified reason, error code
+ and linked exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reason</code> - a description of the exception</dd>
+<dd><code>errorCode</code> - a string specifying the vendor-specific error
code</dd>
+<dd><code>linkedException</code> - a linked exception</dd>
+</dl>
+</li>
+</ul>
<a name="TransactionRolledBackException-java.lang.String-java.lang.String-">
<!-- -->
</a>