/[classpath]/classpath/org/omg/CORBA/portable/ApplicationException.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/portable/ApplicationException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Fri May 20 18:21:00 2005 UTC revision 1.2.2.2 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA.portable;  package org.omg.CORBA.portable;
40    
41    import java.io.Serializable;
42    
43  /**  /**
44   * This expection is thrown if the application throws an exception,   * This expection is thrown if the application throws an exception,
# Line 47  package org.omg.CORBA.portable; Line 48  package org.omg.CORBA.portable;
48   */   */
49  public class ApplicationException  public class ApplicationException
50    extends Exception    extends Exception
51    implements java.io.Serializable    implements Serializable
52  {  {
53    /**    /**
54       * Use serialVersionUID (v1.4) for interoperability.
55       */
56      private static final long serialVersionUID = -2088103024111528125L;
57    
58      /**
59     * The input from where the exception parameters can be read.     * The input from where the exception parameters can be read.
60     */     */
61    private final org.omg.CORBA.portable.InputStream m_input;    private final org.omg.CORBA.portable.InputStream m_input;

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26