jdk/src/share/classes/com/sun/security/ntlm/NTLMException.java
changeset 10336 0bb1999251f8
parent 6517 151856936fd8
child 10348 7d1a82029332
equal deleted inserted replaced
10335:3c7eda3ab2f5 10336:0bb1999251f8
     1 /*
     1 /*
     2  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    29 
    29 
    30 /**
    30 /**
    31  * An NTLM-related Exception
    31  * An NTLM-related Exception
    32  */
    32  */
    33 public final class NTLMException extends GeneralSecurityException {
    33 public final class NTLMException extends GeneralSecurityException {
       
    34     private static final long serialVersionUID = -3298539507906689430L;
    34 
    35 
    35     /**
    36     /**
    36      * If the incoming packet is invalid.
    37      * If the incoming packet is invalid.
    37      */
    38      */
    38     public final static int PACKET_READ_ERROR = 1;
    39     public final static int PACKET_READ_ERROR = 1;