📄 no_resources.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:43:30 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Class NO_RESOURCES</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NO_RESOURCES.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/omg/CORBA/NO_PERMISSION.html"><B>PREV CLASS</B></A> <A HREF="../../../org/omg/CORBA/NO_RESPONSE.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="NO_RESOURCES.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#fields_inherited_from_class_org.omg.CORBA.SystemException">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_org.omg.CORBA.SystemException">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">org.omg.CORBA</FONT><BR>Class NO_RESOURCES</H2><PRE><A HREF="../../../java/lang/Object.html">java.lang.Object</A> | +--<A HREF="../../../java/lang/Throwable.html">java.lang.Throwable</A> | +--<A HREF="../../../java/lang/Exception.html">java.lang.Exception</A> | +--<A HREF="../../../java/lang/RuntimeException.html">java.lang.RuntimeException</A> | +--<A HREF="../../../org/omg/CORBA/SystemException.html">org.omg.CORBA.SystemException</A> | +--<B>org.omg.CORBA.NO_RESOURCES</B></PRE><DL><DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../java/io/Serializable.html">Serializable</A></DD></DL><HR><DL><DT>public final class <B>NO_RESOURCES</B><DT>extends <A HREF="../../../org/omg/CORBA/SystemException.html">SystemException</A></DL><P>The CORBA <code>NO_RESOURCES</code> exception, which is thrown when either the client or the server does not have sufficient resources to perform the request. It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. It may also contain a string describing the exception.<P><DL><DT><B>Since: </B><DD>JDK1.2</DD><DT><B>See Also: </B><DD><A href="../../../../guide/idl/jidlExceptions.html">documentation on Java IDL exceptions</A>, <A HREF="../../../serialized-form.html#org.omg.CORBA.NO_RESOURCES">Serialized Form</A></DL><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="fields_inherited_from_class_org.omg.CORBA.SystemException"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from class org.omg.CORBA.<A HREF="../../../org/omg/CORBA/SystemException.html">SystemException</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/omg/CORBA/SystemException.html#completed">completed</A>, <A HREF="../../../org/omg/CORBA/SystemException.html#minor">minor</A></CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/omg/CORBA/NO_RESOURCES.html#NO_RESOURCES()">NO_RESOURCES</A></B>()</CODE><BR> Constructs a <code>NO_RESOURCES</code> exception with a default minor code of 0, a completion state of CompletionStatus.COMPLETED_NO, and a null description.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/omg/CORBA/NO_RESOURCES.html#NO_RESOURCES(int, org.omg.CORBA.CompletionStatus)">NO_RESOURCES</A></B>(int minor, <A HREF="../../../org/omg/CORBA/CompletionStatus.html">CompletionStatus</A> completed)</CODE><BR> Constructs a <code>NO_RESOURCES</code> exception with the specified minor code and completion status.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/omg/CORBA/NO_RESOURCES.html#NO_RESOURCES(java.lang.String)">NO_RESOURCES</A></B>(<A HREF="../../../java/lang/String.html">String</A> s)</CODE><BR> Constructs a <code>NO_RESOURCES</code> exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/omg/CORBA/NO_RESOURCES.html#NO_RESOURCES(java.lang.String, int, org.omg.CORBA.CompletionStatus)">NO_RESOURCES</A></B>(<A HREF="../../../java/lang/String.html">String</A> s, int minor, <A HREF="../../../org/omg/CORBA/CompletionStatus.html">CompletionStatus</A> completed)</CODE><BR> Constructs a <code>NO_RESOURCES</code> exception with the specified description
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -