/[classpath]/inetlib/source/gnu/inet/ldap/BERException.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/ldap/BERException.java

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

revision 1.2 by dog, Thu Oct 21 15:21:55 2004 UTC revision 1.3 by dog, Thu Nov 25 22:15:05 2004 UTC
# Line 46  import java.io.IOException; Line 46  import java.io.IOException;
46   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
47   */   */
48  public class BERException  public class BERException
49  extends IOException    extends IOException
50  {  {
51    
52    /**    /**
53     * Constructs a BER encoding exception with no message.     * Constructs a BER encoding exception with no message.
54     */     */
55    public BERException ()    public BERException()
56    {    {
57    }    }
58    
59    /**    /**
60     * Constructs a BER encoding exception with the specified message.     * Constructs a BER encoding exception with the specified message.
61     */     */
62    public BERException (String message)    public BERException(String message)
63    {    {
64      super (message);      super(message);
65    }    }
66        
67  }  }
68    

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