/[classpath]/classpath/org/omg/CORBA/UserException.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/UserException.java

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

revision 1.4 by mkoch, Wed Mar 9 09:56:54 2005 UTC revision 1.5 by audriusa, Sun May 15 01:09:29 2005 UTC
# Line 40  package org.omg.CORBA; Line 40  package org.omg.CORBA;
40    
41  import java.io.Serializable;  import java.io.Serializable;
42    
43    import org.omg.CORBA.portable.IDLEntity;
44    
45  /**  /**
46   * The root class for CORBA IDL-defined user exceptions.   * The root class for CORBA IDL-defined user exceptions.
47   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
# Line 48  public class UserException Line 50  public class UserException
50    extends Exception    extends Exception
51    implements IDLEntity, Serializable    implements IDLEntity, Serializable
52  {  {
53    /**    /**
54     * Use serialVersionUID for interoperability.     * Use serialVersionUID for interoperability.
55     * Using the version 1.4 UID.     * Using the version 1.4 UID.
56     */     */
57    private static final long serialVersionUID =-6594940734566091244L;    private static final long serialVersionUID = -6594940734566091244L;
58      
59    /**    /**
60     * Constructs a the exception.     * Constructs a the exception.
61     */     */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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