<li><ahref="../../../org/dclermonte/siba/SibaBackupTargetMissingException.html"title="class in org.dclermonte.siba"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ulclass="inheritance">
<li><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true"title="class or interface in java.lang">java.lang.Throwable</a></li>
<li><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">java.lang.Exception</a></li>
<dd><ahref="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true"title="class or interface in java.io">Serializable</a></dd>
<dd><ahref="../../../org/dclermonte/siba/SibaBackupSourceMissingException.html"title="class in org.dclermonte.siba">SibaBackupSourceMissingException</a>, <ahref="../../../org/dclermonte/siba/SibaBackupSourceNotDirectoryException.html"title="class in org.dclermonte.siba">SibaBackupSourceNotDirectoryException</a>, <ahref="../../../org/dclermonte/siba/SibaBackupTargetMissingException.html"title="class in org.dclermonte.siba">SibaBackupTargetMissingException</a></dd>
extends <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</a></pre>
<divclass="block">The class <code>Exception</code> and its subclasses are a form of
<code>Throwable</code> that indicates conditions that a reasonable application
might want to catch.
<p>
The class <code>Exception</code> and any subclasses that are not also subclasses
of <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true"title="class or interface in java.lang"><code>RuntimeException</code></a> are <em>checked
exceptions</em>. Checked exceptions need to be declared in a method or
constructor's <code>throws</code> clause if they can be thrown by the execution of
the method or constructor and propagate outside the method or constructor
<dd><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Error.html?is-external=true"title="class or interface in java.lang"><code>Error</code></a>,
<divclass="block">Constructs a new exception with <code>null</code> as its detail message.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../org/dclermonte/siba/SibaException.html#SibaException-java.lang.String-">SibaException</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> message)</code>
<divclass="block">Constructs a new exception with the specified detail message.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../org/dclermonte/siba/SibaException.html#SibaException-java.lang.String-java.lang.Throwable-">SibaException</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> message,
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true"title="class or interface in java.lang">Throwable</a> cause)</code>
<divclass="block">Constructs a new exception with the specified detail message and cause.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../org/dclermonte/siba/SibaException.html#SibaException-java.lang.Throwable-">SibaException</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true"title="class or interface in java.lang">Throwable</a> cause)</code>
<divclass="block">Constructs a new exception with the specified cause and a detail message
<h3>Methods inherited from class java.lang.<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true"title="class or interface in java.lang">Throwable</a></h3>
<code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-"title="class or interface in java.lang">addSuppressed</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--"title="class or interface in java.lang">fillInStackTrace</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--"title="class or interface in java.lang">getCause</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--"title="class or interface in java.lang">getLocalizedMessage</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--"title="class or interface in java.lang">getMessage</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--"title="class or interface in java.lang">getStackTrace</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--"title="class or interface in java.lang">getSuppressed</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-"title="class or interface in java.lang">initCause</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--"title="class or interface in java.lang">printStackTrace</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-"title="class or interface in java.lang">printStackTrace</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-"title="class or interface in java.lang">printStackTrace</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-"title="class or interface in java.lang">setStackTrace</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#toString--"title="class or interface in java.lang">toString</a></code></li>
<h3>Methods inherited from class java.lang.<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"title="class or interface in java.lang">equals</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"title="class or interface in java.lang">getClass</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"title="class or interface in java.lang">hashCode</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"title="class or interface in java.lang">notify</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"title="class or interface in java.lang">notifyAll</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"title="class or interface in java.lang">wait</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"title="class or interface in java.lang">wait</a>, <ahref="https://docs.oracle.com/javase/8/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>
<divclass="details">
<ulclass="blockList">
<liclass="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ulclass="blockList">
<liclass="blockList"><aname="constructor.detail">
<!---->
</a>
<h3>Constructor Detail</h3>
<aname="SibaException--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>SibaException</h4>
<pre>public SibaException()</pre>
<divclass="block">Constructs a new exception with <code>null</code> as its detail message. The
cause is not initialized, and may subsequently be initialized by a call
to <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-"title="class or interface in java.lang"><code>Throwable.initCause(java.lang.Throwable)</code></a>.</div>
</li>
</ul>
<aname="SibaException-java.lang.String-">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>SibaException</h4>
<pre>public SibaException(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> message)</pre>
<divclass="block">Constructs a new exception with the specified detail message. The cause
is not initialized, and may subsequently be initialized by a call to
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-"title="class or interface in java.lang"><code>Throwable.initCause(java.lang.Throwable)</code></a>.</div>
<dd><code>message</code> - the detail message. The detail message is saved for later
retrieval by the <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--"title="class or interface in java.lang"><code>Throwable.getMessage()</code></a> method.</dd>
<pre>public SibaException(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> message,
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true"title="class or interface in java.lang">Throwable</a> cause)</pre>
<divclass="block">Constructs a new exception with the specified detail message and cause.
<p>
Note that the detail message associated with <code>cause</code> is <i>not</i>
automatically incorporated in this exception's detail message.</div>
<dd><code>message</code> - the detail message (which is saved for later retrieval by the
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--"title="class or interface in java.lang"><code>Throwable.getMessage()</code></a> method).</dd>
<dd><code>cause</code> - the cause (which is saved for later retrieval by the
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--"title="class or interface in java.lang"><code>Throwable.getCause()</code></a> method). (A <tt>null</tt> value is
permitted, and indicates that the cause is nonexistent or
<pre>public SibaException(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true"title="class or interface in java.lang">Throwable</a> cause)</pre>
<divclass="block">Constructs a new exception with the specified cause and a detail message
of <tt>(cause==null ? null : cause.toString())</tt> (which typically
contains the class and detail message of <tt>cause</tt>). This
constructor is useful for exceptions that are little more than wrappers
for other throwables (for example,
<ahref="https://docs.oracle.com/javase/8/docs/api/java/security/PrivilegedActionException.html?is-external=true"title="class or interface in java.security"><code>PrivilegedActionException</code></a>).</div>
<dd><code>cause</code> - the cause (which is saved for later retrieval by the
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--"title="class or interface in java.lang"><code>Throwable.getCause()</code></a> method). (A <tt>null</tt> value is
permitted, and indicates that the cause is nonexistent or
<li><ahref="../../../org/dclermonte/siba/SibaBackupTargetMissingException.html"title="class in org.dclermonte.siba"><spanclass="typeNameLink">Prev Class</span></a></li>