/[classpath]/classpath/javax/security/sasl/SaslException.java
ViewVC logotype

Diff of /classpath/javax/security/sasl/SaslException.java

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

revision 1.4 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.5 by tromey, Mon Sep 26 00:15:09 2005 UTC
# Line 1  Line 1 
1  /* SaslException.java  /* SaslException.java
2     Copyright (C) 2003, Free Software Foundation, Inc.     Copyright (C) 2003, 2005, Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 45  import java.io.Serializable; Line 45  import java.io.Serializable;
45    
46  /**  /**
47   * This class represents an error that has occurred when using SASL.   * This class represents an error that has occurred when using SASL.
48     *
49     * @since 1.5
50   */   */
51  public class SaslException extends IOException implements Serializable  public class SaslException extends IOException implements Serializable
52  {  {
# Line 52  public class SaslException extends IOExc Line 54  public class SaslException extends IOExc
54    // Constants and variables    // Constants and variables
55    // -------------------------------------------------------------------------    // -------------------------------------------------------------------------
56    
57      private static final long serialVersionUID = 4579784287983423626L;
58    
59    /**    /**
60     * @serial The possibly null root cause exception.     * @serial The possibly null root cause 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