blob: 30baa0933569979719f48277a672439ff0d747ca [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.apache.shiro.ShiroException (Apache Shiro 1.10.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.shiro.ShiroException (Apache Shiro 1.10.1 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav"><!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ /* We explicitly disable cookie tracking to avoid privacy issues */ _paq.push(['disableCookies']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.privacy.apache.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '2']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->
<!-- ========= 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><a href="../package-summary.html">Package</a></li>
<li><a href="../ShiroException.html" title="class in org.apache.shiro">Class</a></li>
<li class="navBarCell1Rev">Use</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" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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">
<h2 title="Uses of Class org.apache.shiro.ShiroException" class="title">Uses of Class<br>org.apache.shiro.ShiroException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro">org.apache.shiro</a></th>
<td class="colLast">
<div class="block">This package primarily exists as a root classpath distinction, but it does contain two core classes widely used
by applications, <a href="../SecurityUtils.html" title="class in org.apache.shiro"><code>SecurityUtils</code></a> and
<a href="../ShiroException.html" title="class in org.apache.shiro"><code>ShiroException</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.authc">org.apache.shiro.authc</a></th>
<td class="colLast">
<div class="block">Core interfaces and exceptions concerning Authentication (the act of logging-in).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.authc.pam">org.apache.shiro.authc.pam</a></th>
<td class="colLast">
<div class="block">Support for <em>PAM</em>, or <b>P</b>luggable <b>A</b>uthentication <b>M</b>odules, which is
the capability to authenticate a user against multiple configurable (pluggable) <em>modules</em> (Shiro
calls these <a href="../realm/Realm.html" title="interface in org.apache.shiro.realm"><code>Realm</code></a>s).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.authz">org.apache.shiro.authz</a></th>
<td class="colLast">
<div class="block">Core interfaces and exceptions supporting Authorization (access control).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.authz.permission">org.apache.shiro.authz.permission</a></th>
<td class="colLast">
<div class="block">Support and default implementations for Shiro's <a href="../authz/Permission.html" title="interface in org.apache.shiro.authz"><code>Permission</code></a>
interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.cache">org.apache.shiro.cache</a></th>
<td class="colLast">
<div class="block">Caching support used to enhance performance for security operations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.cas">org.apache.shiro.cas</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.codec">org.apache.shiro.codec</a></th>
<td class="colLast">
<div class="block">Components for encoding and decoding of data across multiple formats, especially useful in Shiro's
cryptography and web functionality.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.config">org.apache.shiro.config</a></th>
<td class="colLast">
<div class="block">Components that support configuring Shiro in any application.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.crypto">org.apache.shiro.crypto</a></th>
<td class="colLast">
<div class="block">Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and
add additional convenient behavior.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.dao">org.apache.shiro.dao</a></th>
<td class="colLast">
<div class="block">Package containing various components useful when building Data Access Objects (DAOs), including a generic
Data Access Exception hierarchy.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.env">org.apache.shiro.env</a></th>
<td class="colLast">
<div class="block">Concepts used to represent Shiro's aggregate state in an application.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.hazelcast.cache">org.apache.shiro.hazelcast.cache</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.io">org.apache.shiro.io</a></th>
<td class="colLast">
<div class="block">Support for reading and writing (input/output) raw data from multiple resource locations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.ldap">org.apache.shiro.ldap</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.session">org.apache.shiro.session</a></th>
<td class="colLast">
<div class="block">Components related to managing sessions, the time-based data contexts in which a Subject
interacts with an application.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.subject">org.apache.shiro.subject</a></th>
<td class="colLast">
<div class="block">Components supporting the <a href="../subject/Subject.html" title="interface in org.apache.shiro.subject"><code>Subject</code></a> interface, the most important concept in
Shiro's API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.subject.support">org.apache.shiro.subject.support</a></th>
<td class="colLast">
<div class="block">Concrete support implementations of most of the <code>org.apache.shiro.subject</code> interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.util">org.apache.shiro.util</a></th>
<td class="colLast">
<div class="block">Your run-of-the-mill 'util' package for components and logic widely used across the framework that can't
find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section><a id="org.apache.shiro">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../package-summary.html">org.apache.shiro</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../package-summary.html">org.apache.shiro</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnavailableSecurityManagerException.html" title="class in org.apache.shiro">UnavailableSecurityManagerException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to acquire the application's <code>SecurityManager</code> instance, but Shiro's
lookup heuristics cannot find one.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.authc">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authc/package-summary.html">org.apache.shiro.authc</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authc/package-summary.html">org.apache.shiro.authc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/AccountException.html" title="class in org.apache.shiro.authc">AccountException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown due to a problem with the account
under which an authentication attempt is being executed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/AuthenticationException.html" title="class in org.apache.shiro.authc">AuthenticationException</a></span></code></th>
<td class="colLast">
<div class="block">General exception thrown due to an error during the Authentication process.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc">ConcurrentAccessException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when an authentication attempt has been received for an account that has already been
authenticated (i.e.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/CredentialsException.html" title="class in org.apache.shiro.authc">CredentialsException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown due to a problem with the credential(s) submitted for an
account during the authentication process.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/DisabledAccountException.html" title="class in org.apache.shiro.authc">DisabledAccountException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when attempting to authenticate and the corresponding account has been disabled for
some reason.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc">ExcessiveAttemptsException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a system is configured to only allow a certain number of authentication attempts
over a period of time and the current session has failed to authenticate successfully within
that number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc">ExpiredCredentialsException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown during the authentication process when the system determines the submitted credential(s)
has expired and will not allow login.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc">IncorrectCredentialsException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when attempting to authenticate with credential(s) that do not match the actual
credentials associated with the account principal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/LockedAccountException.html" title="class in org.apache.shiro.authc">LockedAccountException</a></span></code></th>
<td class="colLast">
<div class="block">A special kind of <tt>DisabledAccountException</tt>, this exception is thrown when attempting
to authenticate and the corresponding account has been disabled explicitly due to being locked.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/UnknownAccountException.html" title="class in org.apache.shiro.authc">UnknownAccountException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when attempting to authenticate with a principal that doesn't exist in the system (e.g.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.authc.pam">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authc/pam/package-summary.html">org.apache.shiro.authc.pam</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authc/pam/package-summary.html">org.apache.shiro.authc.pam</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/pam/ShortCircuitIterationException.html" title="class in org.apache.shiro.authc.pam">ShortCircuitIterationException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown during the authentication process using
<a href="../authc/pam/FirstSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam"><code>FirstSuccessfulStrategy</code></a>, with
<code>stopAfterFirstSuccess</code> set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authc/pam/UnsupportedTokenException.html" title="class in org.apache.shiro.authc.pam">UnsupportedTokenException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown during the authentication process when an
<a href="../authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><code>AuthenticationToken</code></a> implementation is encountered that is not
supported by one or more configured <a href="../realm/Realm.html" title="interface in org.apache.shiro.realm"><code>Realm</code></a>s.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.authz">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authz/package-summary.html">org.apache.shiro.authz</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authz/package-summary.html">org.apache.shiro.authz</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authz/AuthorizationException.html" title="class in org.apache.shiro.authz">AuthorizationException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown if there is a problem during authorization (access control check).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a particular client (that is, host address) has not been enabled to access the system
or if the client has been enabled access but is not permitted to perform a particular operation
or access a particular resource.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz">UnauthenticatedException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to execute an authorization action when a successful
authentication hasn't yet occurred.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authz/UnauthorizedException.html" title="class in org.apache.shiro.authz">UnauthorizedException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown to indicate a requested operation or access to a requested resource is not allowed.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.authz.permission">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authz/permission/package-summary.html">org.apache.shiro.authz.permission</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../authz/permission/package-summary.html">org.apache.shiro.authz.permission</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../authz/permission/InvalidPermissionStringException.html" title="class in org.apache.shiro.authz.permission">InvalidPermissionStringException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown by <a href="../authz/permission/PermissionResolver.html#resolvePermission(java.lang.String)"><code>PermissionResolver.resolvePermission(String)</code></a> when the String being parsed is not
valid for that resolver.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.cache">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../cache/package-summary.html">org.apache.shiro.cache</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../cache/package-summary.html">org.apache.shiro.cache</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../cache/CacheException.html" title="class in org.apache.shiro.cache">CacheException</a></span></code></th>
<td class="colLast">
<div class="block">Root class of all Shiro exceptions related to caching operations.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.cas">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../cas/package-summary.html">org.apache.shiro.cas</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../cas/package-summary.html">org.apache.shiro.cas</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../cas/CasAuthenticationException.html" title="class in org.apache.shiro.cas">CasAuthenticationException</a></span></code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">replaced with Shiro integration in <a href="https://github.com/bujiio/buji-pac4j">buji-pac4j</a>.</div>
</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.codec">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../codec/package-summary.html">org.apache.shiro.codec</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../codec/package-summary.html">org.apache.shiro.codec</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../codec/CodecException.html" title="class in org.apache.shiro.codec">CodecException</a></span></code></th>
<td class="colLast">
<div class="block">Root exception related to issues during encoding or decoding.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.config">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../config/package-summary.html">org.apache.shiro.config</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../config/package-summary.html">org.apache.shiro.config</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../config/ConfigurationException.html" title="class in org.apache.shiro.config">ConfigurationException</a></span></code></th>
<td class="colLast">
<div class="block">Root exception indicating there was a problem parsing or processing the Shiro configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../config/UnresolveableReferenceException.html" title="class in org.apache.shiro.config">UnresolveableReferenceException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when a reference to an object is made, but that object cannot be found.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.crypto">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../crypto/package-summary.html">org.apache.shiro.crypto</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../crypto/package-summary.html">org.apache.shiro.crypto</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</a></span></code></th>
<td class="colLast">
<div class="block">Base Shiro exception for problems encountered during cryptographic operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to lookup or use a cryptographic algorithm that does not exist in the current
JVM environment.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.dao">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../dao/package-summary.html">org.apache.shiro.dao</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../dao/package-summary.html">org.apache.shiro.dao</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../dao/DataAccessException.html" title="class in org.apache.shiro.dao">DataAccessException</a></span></code></th>
<td class="colLast">
<div class="block">Generic exception representing a problem when attempting to access data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../dao/InvalidResourceUsageException.html" title="class in org.apache.shiro.dao">InvalidResourceUsageException</a></span></code></th>
<td class="colLast">
<div class="block">Root exception indicating invalid or incorrect usage of a data access resource.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.env">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../env/package-summary.html">org.apache.shiro.env</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../env/package-summary.html">org.apache.shiro.env</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../env/EnvironmentException.html" title="class in org.apache.shiro.env">EnvironmentException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown for errors related to <a href="../env/Environment.html" title="interface in org.apache.shiro.env"><code>Environment</code></a> instances or configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../env/RequiredTypeException.html" title="class in org.apache.shiro.env">RequiredTypeException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or
implement a specified <code>Class</code>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.hazelcast.cache">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../hazelcast/cache/package-summary.html">org.apache.shiro.hazelcast.cache</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../hazelcast/cache/package-summary.html">org.apache.shiro.hazelcast.cache</a> that throw <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HazelcastCacheManager.</span><code><span class="memberNameLink"><a href="../hazelcast/cache/HazelcastCacheManager.html#init()">init</a></span>()</code></th>
<td class="colLast">
<div class="block">Initializes this instance by <a href="../hazelcast/cache/HazelcastCacheManager.html#ensureHazelcastInstance()"><code>ensuring</code></a> there is a backing
<code>HazelcastInstance</code>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.io">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../io/package-summary.html">org.apache.shiro.io</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../io/package-summary.html">org.apache.shiro.io</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../io/SerializationException.html" title="class in org.apache.shiro.io">SerializationException</a></span></code></th>
<td class="colLast">
<div class="block">Root exception for problems either serializing or de-serializing data.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.ldap">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../ldap/package-summary.html">org.apache.shiro.ldap</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../ldap/package-summary.html">org.apache.shiro.ldap</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ldap/UnsupportedAuthenticationMechanismException.html" title="class in org.apache.shiro.ldap">UnsupportedAuthenticationMechanismException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when a configured LDAP
<a href="http://download.oracle.com/javase/jndi/tutorial/ldap/security/auth.html">
Authentication Mechanism</a> is unsupported by the target LDAP server.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.session">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../session/package-summary.html">org.apache.shiro.session</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../session/package-summary.html">org.apache.shiro.session</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../session/ExpiredSessionException.html" title="class in org.apache.shiro.session">ExpiredSessionException</a></span></code></th>
<td class="colLast">
<div class="block">A special case of a StoppedSessionException.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../session/InvalidSessionException.html" title="class in org.apache.shiro.session">InvalidSessionException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../session/SessionException.html" title="class in org.apache.shiro.session">SessionException</a></span></code></th>
<td class="colLast">
<div class="block">General security exception attributed to problems during interaction with the system during
a session.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../session/StoppedSessionException.html" title="class in org.apache.shiro.session">StoppedSessionException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to interact with the system under a session that has been
stopped.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../session/UnknownSessionException.html" title="class in org.apache.shiro.session">UnknownSessionException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown when attempting to interact with the system under the pretense of a
particular session (e.g.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.subject">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../subject/package-summary.html">org.apache.shiro.subject</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../subject/package-summary.html">org.apache.shiro.subject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../subject/ExecutionException.html" title="class in org.apache.shiro.subject">ExecutionException</a></span></code></th>
<td class="colLast">
<div class="block">Exception wrapping any potential checked exception thrown when a <code>Subject</code> executes a
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink"><code>Callable</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.subject.support">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../subject/support/package-summary.html">org.apache.shiro.subject.support</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../subject/support/package-summary.html">org.apache.shiro.subject.support</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../subject/support/DisabledSessionException.html" title="class in org.apache.shiro.subject.support">DisabledSessionException</a></span></code></th>
<td class="colLast">
<div class="block">Exception thrown if attempting to create a new <code>Subject</code>
<a href="../subject/Subject.html#getSession()"><code>session</code></a>, but that <code>Subject</code>'s sessions are disabled.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="org.apache.shiro.util">
<!-- -->
</a>
<h3>Uses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../util/package-summary.html">org.apache.shiro.util</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a> in <a href="../util/package-summary.html">org.apache.shiro.util</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../util/InstantiationException.html" title="class in org.apache.shiro.util">InstantiationException</a></span></code></th>
<td class="colLast">
<div class="block">Runtime exception thrown by the framework when unable to instantiate a Class via reflection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../util/UnknownClassException.html" title="class in org.apache.shiro.util">UnknownClassException</a></span></code></th>
<td class="colLast">
<div class="block">The Shiro framework's <code>RuntimeException</code> equivalent of the JDK's
<code>ClassNotFoundException</code>, to maintain a RuntimeException paradigm.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../util/package-summary.html">org.apache.shiro.util</a> that throw <a href="../ShiroException.html" title="class in org.apache.shiro">ShiroException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Initializable.</span><code><span class="memberNameLink"><a href="../util/Initializable.html#init()">init</a></span>()</code></th>
<td class="colLast">
<div class="block">Initializes this object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LifecycleUtils.</span><code><span class="memberNameLink"><a href="../util/LifecycleUtils.html#init(java.lang.Object)">init</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;o)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LifecycleUtils.</span><code><span class="memberNameLink"><a href="../util/LifecycleUtils.html#init(java.util.Collection)">init</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&nbsp;c)</code></th>
<td class="colLast">
<div class="block">Calls <a href="../util/LifecycleUtils.html#init(java.lang.Object)"><code>init</code></a> for each object in the collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LifecycleUtils.</span><code><span class="memberNameLink"><a href="../util/LifecycleUtils.html#init(org.apache.shiro.util.Initializable)">init</a></span>&#8203;(<a href="../util/Initializable.html" title="interface in org.apache.shiro.util">Initializable</a>&nbsp;initializable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../ShiroException.html" title="class in org.apache.shiro">Class</a></li>
<li class="navBarCell1Rev">Use</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" 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; 2004&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>