UNPKG

cassandra-server

Version:

A thin Javascript wrapper around Apache Cassandra to provide out of the box server support

527 lines (526 loc) 20.9 kB
<!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 (version 1.7.0_67) on Sun Sep 07 15:29:26 CEST 2014 --> <title>ExceptionCode (apache-cassandra API)</title> <meta name="date" content="2014-09-07"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ExceptionCode (apache-cassandra API)"; } //--> </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="class-use/ExceptionCode.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="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/exceptions/ExceptionCode.html" target="_top">Frames</a></li> <li><a href="ExceptionCode.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All 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="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li><a href="#field_detail">Field</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">org.apache.cassandra.exceptions</div> <h2 title="Enum ExceptionCode" class="title">Enum ExceptionCode</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>&gt;</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.exceptions.ExceptionCode</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>&gt;</dd> </dl> <hr> <br> <pre>public enum <span class="strong">ExceptionCode</span> extends java.lang.Enum&lt;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>&gt;</pre> <div class="block">Exceptions code, as defined by the binary protocol.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#ALREADY_EXISTS">ALREADY_EXISTS</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#BAD_CREDENTIALS">BAD_CREDENTIALS</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#CONFIG_ERROR">CONFIG_ERROR</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#INVALID">INVALID</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#IS_BOOTSTRAPPING">IS_BOOTSTRAPPING</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#OVERLOADED">OVERLOADED</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#PROTOCOL_ERROR">PROTOCOL_ERROR</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#READ_TIMEOUT">READ_TIMEOUT</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#SERVER_ERROR">SERVER_ERROR</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#SYNTAX_ERROR">SYNTAX_ERROR</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#TRUNCATE_ERROR">TRUNCATE_ERROR</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#UNAUTHORIZED">UNAUTHORIZED</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#UNAVAILABLE">UNAVAILABLE</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#UNPREPARED">UNPREPARED</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#WRITE_TIMEOUT">WRITE_TIMEOUT</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" 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>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#value">value</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#fromValue(int)">fromValue</a></strong>(int&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</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.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="SERVER_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SERVER_ERROR</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> SERVER_ERROR</pre> </li> </ul> <a name="PROTOCOL_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PROTOCOL_ERROR</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> PROTOCOL_ERROR</pre> </li> </ul> <a name="BAD_CREDENTIALS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BAD_CREDENTIALS</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> BAD_CREDENTIALS</pre> </li> </ul> <a name="UNAVAILABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>UNAVAILABLE</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> UNAVAILABLE</pre> </li> </ul> <a name="OVERLOADED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OVERLOADED</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> OVERLOADED</pre> </li> </ul> <a name="IS_BOOTSTRAPPING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IS_BOOTSTRAPPING</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> IS_BOOTSTRAPPING</pre> </li> </ul> <a name="TRUNCATE_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRUNCATE_ERROR</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> TRUNCATE_ERROR</pre> </li> </ul> <a name="WRITE_TIMEOUT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>WRITE_TIMEOUT</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> WRITE_TIMEOUT</pre> </li> </ul> <a name="READ_TIMEOUT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>READ_TIMEOUT</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> READ_TIMEOUT</pre> </li> </ul> <a name="SYNTAX_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SYNTAX_ERROR</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> SYNTAX_ERROR</pre> </li> </ul> <a name="UNAUTHORIZED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>UNAUTHORIZED</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> UNAUTHORIZED</pre> </li> </ul> <a name="INVALID"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>INVALID</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> INVALID</pre> </li> </ul> <a name="CONFIG_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONFIG_ERROR</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> CONFIG_ERROR</pre> </li> </ul> <a name="ALREADY_EXISTS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ALREADY_EXISTS</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> ALREADY_EXISTS</pre> </li> </ul> <a name="UNPREPARED"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>UNPREPARED</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a> UNPREPARED</pre> </li> </ul> </li> </ul> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="value"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>value</h4> <pre>public final&nbsp;int value</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (ExceptionCode c : ExceptionCode.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> <a name="fromValue(int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>fromValue</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/exceptions/ExceptionCode.html" title="enum in org.apache.cassandra.exceptions">ExceptionCode</a>&nbsp;fromValue(int&nbsp;value)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </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="class-use/ExceptionCode.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="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/exceptions/ExceptionCode.html" target="_top">Frames</a></li> <li><a href="ExceptionCode.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All 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="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li><a href="#field_detail">Field</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 &copy; 2014 The Apache Software Foundation</small></p> </body> </html>