Searched refs:BAD_VERSION (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DBerException.java45 public static final int BAD_VERSION=1; field in class:BerException
58 if (errorType == BAD_VERSION)
H A DSnmpMsg.java434 throw new BerException(BerException.BAD_VERSION) ;
446 throw new BerException(BerException.BAD_VERSION) ;
454 throw new BerException(BerException.BAD_VERSION) ;
462 throw new BerException(BerException.BAD_VERSION) ;
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLMException.java65 public final static int BAD_VERSION = 5; field in class:NTLMException
H A DNTLM.java75 default: throw new NTLMException(NTLMException.BAD_VERSION,

Completed in 3075 milliseconds