/[classpath]/classpath/org/omg/CosNaming/NamingContextPackage/NotEmpty.java
ViewVC logotype

Diff of /classpath/org/omg/CosNaming/NamingContextPackage/NotEmpty.java

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

revision 1.2 by audriusa, Fri Jun 3 16:36:13 2005 UTC revision 1.3 by audriusa, Thu Jun 16 20:34:33 2005 UTC
# Line 54  public final class NotEmpty Line 54  public final class NotEmpty
54     * Use serialVersionUID (v1.4) for interoperability.     * Use serialVersionUID (v1.4) for interoperability.
55     */     */
56    private static final long serialVersionUID = 7120362687417045881L;    private static final long serialVersionUID = 7120362687417045881L;
57    
58      /**
59       * Create an exception with no message.
60       */
61      public NotEmpty()
62      {
63      }
64    
65      /**
66       * Create an exception with explaining message.
67       *
68       * @since 1.4
69       */
70      public NotEmpty(String why)
71      {
72        super(why);
73      }
74  }  }

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