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

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

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

revision 1.2 by audriusa, Sun Mar 6 08:53:04 2005 UTC revision 1.3 by audriusa, Sun Mar 6 08:59:33 2005 UTC
# Line 45  import java.io.Serializable; Line 45  import java.io.Serializable;
45   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
46   */   */
47  public class SystemException  public class SystemException
48    extends RuntimeException implements Serializable    extends RuntimeException
49      implements Serializable
50  {  {
51        /**
52   /**     * Use serialVersionUID for interoperability.
53    * Use serialVersionUID for interoperability.     */
54    */    private static final long serialVersionUID = -8486391734674855519L;
55    private static final long serialVersionUID =-8486391734674855519L;  
     
56    /**    /**
57     * The status of the operation that have thrown this exception.     * The status of the operation that have thrown this exception.
58     */     */
# Line 65  public class SystemException Line 65  public class SystemException
65    
66    /**    /**
67     * Constructs an instance of the CORBA standard exception.     * Constructs an instance of the CORBA standard exception.
68     * @param a_reason a string, explaining the reason why the     * @param a_reason a string, explaining the reason why the
69     * exceptions has been thrown.     * exceptions has been thrown.
70     * @param a_minor an additional error code (known as the "minor")     * @param a_minor an additional error code (known as the "minor")
71     * @param a_completed the task completion status.     * @param a_completed the task completion status.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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