blob: 19a62a43ab0d964845d7d96c64a70010abec781d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Sun Aug 28 20:42:10 EST 2016 -->
<title>LeaseUnmarshalException (Apache River v3.0.0 API Documentation (internals))</title>
<meta name="date" content="2016-08-28">
<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="LeaseUnmarshalException (Apache River v3.0.0 API Documentation (internals))";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/LeaseUnmarshalException.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="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../net/jini/lease/LeaseRenewalSet.html" title="interface in net.jini.lease"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../net/jini/lease/RenewalFailureEvent.html" title="class in net.jini.lease"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/jini/lease/LeaseUnmarshalException.html" target="_top">Frames</a></li>
<li><a href="LeaseUnmarshalException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.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>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.jini.lease</div>
<h2 title="Class LeaseUnmarshalException" class="title">Class LeaseUnmarshalException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
<li>
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
<li>
<ul class="inheritance">
<li>net.jini.lease.LeaseUnmarshalException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">LeaseUnmarshalException</span>
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">Exception thrown when a lease renewal set can't unmarshal one or more
leases being returned by a <code>getLeases</code> call.
<p>
When unmarshalling an instance of <code>MarshalledObject</code>, one
of the following checked exceptions is possible: an
<code>IOException</code> can occur while deserializing the object
from its internal representation; and a
<code>ClassNotFoundException</code> can occur if, while deserializing
the object from its internal representation, either the class file of
the object cannot be found, or the class file of either an interface
or a class referenced by the object being deserialized cannot be
found. Typically, a <code>ClassNotFoundException</code> occurs when
the codebase from which to retrieve the needed class file is not
currently available.
<p>
This class provides a mechanism that clients of the lease renewal
service may use for efficient handling of the exceptions that may
occur when unmarshalling elements of a set of marshalled
<code>Lease</code> objects. When elements in such a set are
unmarshalled, the <code>LeaseUnmarshalException</code> class may be
used to collect and report pertinent information generated when
failure occurs while unmarshalling the elements of the set.
<p>
The information that may be of interest to entities that receive this
exception class is contained in the following fields: a set of
<code>Lease</code> objects in which each element is the result of a
successful unmarshalling attempt, a set of marshalled
<code>Lease</code> objects in which each element could not be
successfully unmarshalled, and a set of exceptions
(<code>IOException</code>, <code>ClassNotFoundException</code>, or
some unchecked exception) in which each element corresponds to one of
the unmarshalling failures.
<p>
Thus, when exceptional conditions occur while unmarshalling a set of
marshalled <code>Lease</code> objects, this class can be used not
only to indicate that an exceptional condition has occurred, but also
to provide information that can be used to perform error handling
activities such as: determining if it is feasible to continue with
processing, reporting errors, attempting recovery, and debugging.
<p>
Note that this exception class should be used only to report
exceptional conditions occurring when unmarshalling a set of
marshalled <code>Lease</code> objects.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Sun Microsystems, Inc.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><code>Lease</code></a>,
<a href="../../../serialized-form.html#net.jini.lease.LeaseUnmarshalException">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#exceptions">exceptions</a></span></code>
<div class="block">Array containing the set of exceptions that occurred during the
unmarshalling process.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#serialVersionUID">serialVersionUID</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#stillMarshalledLeases">stillMarshalledLeases</a></span></code>
<div class="block">Array containing the set of <code>Lease</code> instances that
could not be unmarshalled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#unmarshalledLeases">unmarshalledLeases</a></span></code>
<div class="block">Array containing the set of instances of <code>Lease</code> that
were successfully unmarshalled during the process in which at
least one failure occurred.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#LeaseUnmarshalException-net.jini.core.lease.Lease:A-java.rmi.MarshalledObject:A-java.lang.Throwable:A-">LeaseUnmarshalException</a></span>(<a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]&nbsp;leases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;marshalledLeases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;exceptions)</code>
<div class="block">Constructs a new instance of <code>LeaseUnmarshalException</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#LeaseUnmarshalException-java.lang.String-net.jini.core.lease.Lease:A-java.rmi.MarshalledObject:A-java.lang.Throwable:A-">LeaseUnmarshalException</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]&nbsp;leases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;marshalledLeases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;exceptions)</code>
<div class="block">Constructs a new instance of <code>LeaseUnmarshalException</code>
with a specified message.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#getExceptions--">getExceptions</a></span>()</code>
<div class="block">Accessor method that returns an array consisting of instances of
<code>Throwable</code>, where each element of the array
corresponds to one of the exceptions that occurred during the
unmarshalling process.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#getLeases--">getLeases</a></span>()</code>
<div class="block">Accessor method that returns an array consisting of instances of
<code>Lease</code>, where each element of the array corresponds
to a successfully unmarshalled object.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#getMarshalledLeases--">getMarshalledLeases</a></span>()</code>
<div class="block">Accessor method that returns an array consisting of instances of
<code>MarshalledObject</code>, where each element of the array is
a marshalled instance of the <code>Lease</code> interface, and
corresponds to an object that could not be successfully
unmarshalled.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lease/LeaseUnmarshalException.html#validate-java.rmi.MarshalledObject:A-java.lang.Throwable:A-">validate</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;marshalledLeases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;exceptions)</code>
<div class="block">Helper method for constructors.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="serialVersionUID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialVersionUID</h4>
<pre>private static final&nbsp;long serialVersionUID</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#net.jini.lease.LeaseUnmarshalException.serialVersionUID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="unmarshalledLeases">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unmarshalledLeases</h4>
<pre>private final&nbsp;<a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[] unmarshalledLeases</pre>
<div class="block">Array containing the set of instances of <code>Lease</code> that
were successfully unmarshalled during the process in which at
least one failure occurred.</div>
</li>
</ul>
<a name="stillMarshalledLeases">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stillMarshalledLeases</h4>
<pre>private final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[] stillMarshalledLeases</pre>
<div class="block">Array containing the set of <code>Lease</code> instances that
could not be unmarshalled. This set should contain at least one
element.</div>
</li>
</ul>
<a name="exceptions">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>exceptions</h4>
<pre>private final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[] exceptions</pre>
<div class="block">Array containing the set of exceptions that occurred during the
unmarshalling process. Each element in this set should be an
instance of <code>IOException</code>,
<code>ClassNotFoundException</code>, or some unchecked
exception. Furthermore, there should be a one-to-one
correspondence between each element in this set and each element
in the set of still-to-be-unmarshalled <code>Lease</code>
instances. That is, the element of this set corresponding to
index i should be an instance of the exception that occurred
while attempting to unmarshal the element at index i of
<code>stillMarshalledLeases</code>.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="LeaseUnmarshalException-java.lang.String-net.jini.core.lease.Lease:A-java.rmi.MarshalledObject:A-java.lang.Throwable:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LeaseUnmarshalException</h4>
<pre>public&nbsp;LeaseUnmarshalException(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]&nbsp;leases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;marshalledLeases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;exceptions)</pre>
<div class="block">Constructs a new instance of <code>LeaseUnmarshalException</code>
with a specified message.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>leases</code> - array containing the set of instances of
<code>Lease</code> that were successfully unmarshalled</dd>
<dd><code>marshalledLeases</code> - array containing the set of marshalled
<code>Lease</code> instances that could not be
unmarshalled</dd>
<dd><code>exceptions</code> - array containing the set of exceptions that
occurred during the unmarshalling process. Each element in
this set should be an instance of
<code>IOException</code>,
<code>ClassNotFoundException</code>, or some unchecked
exception. Furthermore, there should be a one-to-one
correspondence between each element in this set and each
element in the <code>marshalledLeases</code> argument.
<p>
That is, the element of this set corresponding to index i
should be an instance of the exception that occurred while
attempting to unmarshal the element at index i of the
<code>marshalledLeases</code> argument.</dd>
<dd><code>message</code> - the detail message</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - when the number of elements in
the <code>exceptions</code> argument is not equal to the
number of elements in the <code>marshalledLeases</code>
argument</dd>
</dl>
</li>
</ul>
<a name="LeaseUnmarshalException-net.jini.core.lease.Lease:A-java.rmi.MarshalledObject:A-java.lang.Throwable:A-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LeaseUnmarshalException</h4>
<pre>public&nbsp;LeaseUnmarshalException(<a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]&nbsp;leases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;marshalledLeases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;exceptions)</pre>
<div class="block">Constructs a new instance of <code>LeaseUnmarshalException</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>leases</code> - array containing the set of instances of
<code>Lease</code> that were successfully unmarshalled</dd>
<dd><code>marshalledLeases</code> - array containing the set of marshalled
<code>Lease</code> instances that could not be
unmarshalled</dd>
<dd><code>exceptions</code> - array containing the set of exceptions that
occurred during the unmarshalling process. Each element in
this set should be an instance of
<code>IOException</code>,
<code>ClassNotFoundException</code>, or some unchecked
exception. Furthermore, there should be a one-to-one
correspondence between each element in this set and each
element in the <code>marshalledLeases</code> argument.
<p>
That is, the element of this set corresponding to index i
should be an instance of the exception that occurred while
attempting to unmarshal the element at index i of the
<code>marshalledLeases</code> argument.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - when the number of elements in
the <code>exceptions</code> argument is not equal to the
number of elements in the <code>marshalledLeases</code>
argument</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="validate-java.rmi.MarshalledObject:A-java.lang.Throwable:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validate</h4>
<pre>private&nbsp;void&nbsp;validate(<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;marshalledLeases,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;exceptions)</pre>
<div class="block">Helper method for constructors. Throws an
<code>IllegalArgumentException</code> if the length of
<code>marshalledLeases</code> does not match the length of
<code>exceptions</code>.</div>
</li>
</ul>
<a name="getLeases--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLeases</h4>
<pre>public&nbsp;<a href="../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a>[]&nbsp;getLeases()</pre>
<div class="block">Accessor method that returns an array consisting of instances of
<code>Lease</code>, where each element of the array corresponds
to a successfully unmarshalled object. Note that the same array
is returned on each invocation of this method; that is, a copy is
not made.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of instances of <code>Lease</code>, where each
element corresponds to a successfully unmarshalled object</dd>
</dl>
</li>
</ul>
<a name="getMarshalledLeases--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMarshalledLeases</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>[]&nbsp;getMarshalledLeases()</pre>
<div class="block">Accessor method that returns an array consisting of instances of
<code>MarshalledObject</code>, where each element of the array is
a marshalled instance of the <code>Lease</code> interface, and
corresponds to an object that could not be successfully
unmarshalled. Note that the same array is returned on each
invocation of this method; that is, a copy is not made.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of marshalled instances of <code>Lease</code>,
where each element corresponds to an object in which
failure occurred while attempting to unmarshal the object</dd>
</dl>
</li>
</ul>
<a name="getExceptions--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getExceptions</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>[]&nbsp;getExceptions()</pre>
<div class="block">Accessor method that returns an array consisting of instances of
<code>Throwable</code>, where each element of the array
corresponds to one of the exceptions that occurred during the
unmarshalling process. Note that the same array is returned on
each invocation of this method; that is, a copy is not made.
<p>
Each element in the return set should be an instance of
<code>IOException</code>, <code>ClassNotFoundException</code>, or
some unchecked exception. Additionally, there should be a
one-to-one correspondence between each element in the array
returned by this method and the array returned by the
<code>getMarshalledLeases</code> method. That is, the i-th
element of the set returned by this method should be an instance
of the exception that occurred while attempting to unmarshal the
i-th element of the set returned by the
<code>getMarshalledLeases</code> method.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of instances of <code>Throwable</code>, where each
element corresponds to one of the exceptions that
occurred during the unmarshalling process</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/LeaseUnmarshalException.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="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../net/jini/lease/LeaseRenewalSet.html" title="interface in net.jini.lease"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../net/jini/lease/RenewalFailureEvent.html" title="class in net.jini.lease"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/jini/lease/LeaseUnmarshalException.html" target="_top">Frames</a></li>
<li><a href="LeaseUnmarshalException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.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>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright 2007-2013, multiple authors.<br>Licensed under the <a href=http://www.apache.org/licenses/LICENSE-2.0 target=child >Apache License, Version 2.0</a>, see the <a href=../../../doc-files/NOTICE target=child >NOTICE</a> file for attributions.</small></p>
</body>
</html>