javacommons/security/javasrc/com/nokia/mj/impl/security/midp/authentication/AuthenticationException.java
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    35     public static final int MISSING_DOMAIN_MAPPING = 6;
    35     public static final int MISSING_DOMAIN_MAPPING = 6;
    36     public static final int CERT_NOT_YET_VALID = 7;
    36     public static final int CERT_NOT_YET_VALID = 7;
    37     public static final int CERT_EXPIRED = 8;
    37     public static final int CERT_EXPIRED = 8;
    38     public static final int ROOT_CERT_IN_CHAIN = 9;
    38     public static final int ROOT_CERT_IN_CHAIN = 9;
    39     public static final int UNKNOWN_EXT_KEY_USAGE = 10;
    39     public static final int UNKNOWN_EXT_KEY_USAGE = 10;
       
    40     public static final int JAR_NOT_FOUND = 11;
    40 
    41 
    41     // the error code encapsulated in this exception
    42     // the error code encapsulated in this exception
    42     private int errorCode;
    43     private int errorCode;
    43 
    44 
    44     /*** ----------------------------- PUBLIC ------------------------------ */
    45     /*** ----------------------------- PUBLIC ------------------------------ */