src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java
changeset 58510 23a06a5eeddd
parent 57487 643978a35f6e
child 58679 9c3209ff7550
equal deleted inserted replaced
58509:7b41c88f8432 58510:23a06a5eeddd
    77  * This definition reflects the Network Working Group RFC 4120
    77  * This definition reflects the Network Working Group RFC 4120
    78  * specification available at
    78  * specification available at
    79  * <a href="http://www.ietf.org/rfc/rfc4120.txt">
    79  * <a href="http://www.ietf.org/rfc/rfc4120.txt">
    80  * http://www.ietf.org/rfc/rfc4120.txt</a>.
    80  * http://www.ietf.org/rfc/rfc4120.txt</a>.
    81  */
    81  */
    82 
    82 // The instance fields not statically typed as Serializable are ASN.1
       
    83 // encoded and written by the writeObject method.
       
    84 @SuppressWarnings("serial")
    83 public class KRBError implements java.io.Serializable {
    85 public class KRBError implements java.io.Serializable {
    84     static final long serialVersionUID = 3643809337475284503L;
    86     static final long serialVersionUID = 3643809337475284503L;
    85 
    87 
    86     private int pvno;
    88     private int pvno;
    87     private int msgType;
    89     private int msgType;