| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- **************************************************************** --> |
| <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> |
| <!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> |
| <!-- **************************************************************** --> |
| |
| <html> |
| <head> |
| <!-- Generated by groovydoc (4.0.30) --> |
| <title>CacheException (Grails 7.0.9)</title> |
| |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> |
| <link href="../../../groovy.ico" type="image/x-icon" rel="icon"> |
| <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
| |
| <body class="center"> |
| <script type="text/javascript"><!-- |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="CacheException (Grails 7.0.9)"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar_top"> |
| <!-- --> |
| </a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../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"> |
| <div> |
| <ul class="navList"> |
| <li><a href="../../../index.html?grails/plugin/cache/CacheException" target="_top">Frames</a></li> |
| <li><a href="CacheException.html" target="_top">No Frames</a></li> |
| </ul> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| Nested Field <li><a href="#constructor_summary">Constructor</a></li> Method |
| </ul> |
| <ul class="subNavList"> |
| <li> | Detail: </li> |
| Field <li><a href="#constructor_detail">Constructor</a></li> Method |
| </ul> |
| </div> |
| <a name="skip-navbar_top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| |
| <div class="subTitle">Package: <strong>grails.plugin.cache</strong></div> |
| |
| <h2 title="[Groovy] Class CacheException" class="title">[Groovy] Class CacheException</h2> |
| </div> |
| <div class="contentContainer"> |
| <ul class="inheritance"> |
| <li><ul class="inheritance"></ul></li><li><ul class="inheritance"></ul></li><li><ul class="inheritance"></ul></li><li><ul class="inheritance"></ul></li><li>grails.plugin.cache.CacheException |
| </ul> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| |
| |
| <!-- todo: direct known subclasses --> |
| <hr> |
| |
| <pre>@groovy.transform.CompileStatic |
| class CacheException |
| extends java.lang.RuntimeException</pre> |
| |
| <p> A runtime Cache Exception. |
| <p/> |
| The handler provides a key if it is available. A convention that should be followed in exception messages is |
| to include in the message "key keyValue" e.g. "key 1234" so that keys can be parsed out of exception messages. |
| <p/> |
| <DL><DT><B>Authors:</B></DT><DD>James Kleeh</DD></DL></p> |
| |
| </li> |
| </ul> |
| </div> |
| |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- =========== NESTED CLASS SUMMARY =========== --> |
| |
| |
| <!-- =========== ENUM CONSTANT SUMMARY =========== --> |
| |
| <!-- =========== FIELD SUMMARY =========== --> |
| |
| |
| <!-- =========== PROPERTY SUMMARY =========== --> |
| |
| |
| <!-- =========== ELEMENT SUMMARY =========== --> |
| |
| |
| |
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor_summary"><!-- --></a> |
| <h3>Constructor Summary</h3> |
| <ul class="blockList"> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructors Summary table"> |
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Constructor and description</th> |
| </tr> |
| |
| <tr class="altColor"> |
| <td class="colFirst"> |
| <code><strong><a href="#CacheException()">CacheException</a></strong>()</code><br>Constructor for the CacheException object.</td> |
| </tr> |
| |
| <tr class="rowColor"> |
| <td class="colFirst"> |
| <code><strong><a href="#CacheException(java.lang.String)">CacheException</a></strong>(java.lang.String message)</code><br>Constructor for the CacheException object.</td> |
| </tr> |
| |
| <tr class="altColor"> |
| <td class="colFirst"> |
| <code><strong><a href="#CacheException(java.lang.String, java.lang.Throwable)">CacheException</a></strong>(java.lang.String message, java.lang.Throwable cause)</code><br>Constructs a new CacheException with the specified detail message and |
| cause.</td> |
| </tr> |
| |
| <tr class="rowColor"> |
| <td class="colFirst"> |
| <code><strong><a href="#CacheException(java.lang.Throwable)">CacheException</a></strong>(java.lang.Throwable cause)</code><br>Constructs a new CacheException with the specified cause and a |
| detail message of <tt>(cause==null ? </td> |
| </tr> |
| |
| </table> |
| </ul> |
| </li> |
| </ul> |
| |
| |
| |
| <!-- ========== METHOD SUMMARY =========== --> |
| <ul class="blockList"> |
| |
| <li class="blockList"><a name="method_summary"><!-- --></a> |
| <h3>Inherited Methods Summary</h3> |
| <ul class="blockList"> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table"> |
| <caption><span>Inherited Methods</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Methods inherited from class</th> |
| <th class="colLast" scope="col">Name</th> |
| </tr> |
| |
| <tr class="altColor"> |
| <td class="colFirst"><code>class java.lang.RuntimeException</code></td> |
| <td class="colLast"><code>java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll(), java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#toString(), java.lang.RuntimeException#wait(), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int)</code></td> |
| </tr> |
| </table> |
| </ul> |
| </li> |
| |
| </ul> |
| |
| </li> |
| </ul> |
| </div> |
| |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <!-- =========== CONSTRUCTOR DETAIL =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor_detail"> |
| <!-- --> |
| </a> |
| <h3>Constructor Detail</h3> |
| |
| <a name="CacheException()"><!-- --></a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4><strong>CacheException</strong>()</h4> |
| <p> Constructor for the CacheException object.</p> |
| </li> |
| </ul> |
| |
| <a name="CacheException(java.lang.String)"><!-- --></a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4><strong>CacheException</strong>(java.lang.String message)</h4> |
| <p> Constructor for the CacheException object. <DL><DT><B>Parameters:</B></DT><DD><code>message</code> - the exception detail message</DD></DL></p> |
| </li> |
| </ul> |
| |
| <a name="CacheException(java.lang.String, java.lang.Throwable)"><!-- --></a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4><strong>CacheException</strong>(java.lang.String message, java.lang.Throwable cause)</h4> |
| <p> Constructs a new CacheException 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 runtime exception's detail message. <DL><DT><B>Parameters:</B></DT><DD><code>message</code> - the detail message (which is saved for later retrieval |
| by the <a href='#getMessage()'>getMessage()</a> method).</DD><DD><code>cause</code> - the cause (which is saved for later retrieval by the |
| <a href='#getCause()'>getCause()</a> method). (A <tt>null</tt> value is |
| permitted, and indicates that the cause is nonexistent or |
| unknown.)</DD></DL><DL><DT><B>Since:</B></DT><DD>1.2.4</DD></DL></p> |
| </li> |
| </ul> |
| |
| <a name="CacheException(java.lang.Throwable)"><!-- --></a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4><strong>CacheException</strong>(java.lang.Throwable cause)</h4> |
| <p>Constructs a new CacheException 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 runtime exceptions |
| that are little more than wrappers for other throwables. |
| * <DL><DT><B>Parameters:</B></DT><DD><code>cause</code> - the cause (which is saved for later retrieval by the |
| <a href='#getCause()'>getCause()</a> method). (A <tt>null</tt> value is |
| permitted, and indicates that the cause is nonexistent or |
| unknown.)</DD></DL><DL><DT><B>Since:</B></DT><DD>1.2.4</DD></DL></p> |
| </li> |
| </ul> |
| |
| </li> |
| </ul> |
| |
| |
| |
| |
| </li> |
| </ul> |
| </div> |
| |
| <!-- ========= END OF CLASS DATA ========= --> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar_bottom"> |
| <!-- --> |
| </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../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"> |
| <div> |
| <ul class="navList"> |
| <li><a href="../../../index.html?grails/plugin/cache/CacheException" target="_top">Frames</a></li> |
| <li><a href="CacheException.html" target="_top">No Frames</a></li> |
| </ul> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| Nested Field <li><a href="#constructor_summary">Constructor</a></li> Method |
| </ul> |
| <ul class="subNavList"> |
| <li> | Detail: </li> |
| Field <li><a href="#constructor_detail">Constructor</a></li> Method |
| </ul> |
| </div> |
| <p><!-- Matomo --> |
| <script> |
| var _paq = window._paq = window._paq || []; |
| /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
| _paq.push(["setDoNotTrack", true]); |
| _paq.push(["disableCookies"]); |
| _paq.push(['trackPageView']); |
| _paq.push(['enableLinkTracking']); |
| (function() { |
| var u="https://analytics.apache.org/"; |
| _paq.push(['setTrackerUrl', u+'matomo.php']); |
| _paq.push(['setSiteId', '79']); |
| 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 --></p> |
| <a name="skip-navbar_bottom"> |
| <!-- --> |
| </a> |
| </div> |
| </div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |