Searched refs:errorCode (Results 26 - 50 of 60) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoContext.java292 int errorCode = GSSException.FAILURE;
307 errorCode = GSSException.NO_CRED;
319 errorCode = GSSException.DEFECTIVE_TOKEN;
333 errorCode = GSSException.FAILURE;
335 throw new GSSException(errorCode, -1,
339 errorCode = GSSException.DEFECTIVE_TOKEN;
362 throw new GSSException(errorCode, -1,
387 errorCode = GSSException.BAD_MECH;
390 throw new GSSException(errorCode, -1,
394 errorCode
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKRBError.java92 private int errorCode; field in class:KRBError
144 errorCode = new_errorCode;
176 errorCode = new_errorCode;
205 * a METHOD-DATA when errorCode is KDC_ERR_PREAUTH_REQUIRED,
211 * if (errorCode is KDC_ERR_PREAUTH_REQUIRED) {
230 if (errorCode == Krb5.KDC_ERR_PREAUTH_REQUIRED
231 || errorCode == Krb5.KDC_ERR_PREAUTH_FAILED) {
234 // errorCode is KDC_ERR_PREAUTH_FAILED. Therefore, the parse
292 return errorCode;
359 errorCode
[all...]
/openjdk7/jdk/src/share/instrument/
H A DJavaExceptions.c166 createThrowableFromJVMTIErrorCode(JNIEnv * jnienv, jvmtiError errorCode) { argument
171 switch ( errorCode ) {
383 createAndThrowThrowableFromJVMTIErrorCode(JNIEnv * jnienv, jvmtiError errorCode) { argument
384 jthrowable throwable = createThrowableFromJVMTIErrorCode(jnienv, errorCode);
H A DJPLISAgent.c1078 jvmtiError errorCode = JVMTI_ERROR_NONE; local
1086 errorCode = JVMTI_ERROR_MUST_POSSESS_CAPABILITY;
1093 errorCode = JVMTI_ERROR_NULL_POINTER;
1104 errorCode = JVMTI_ERROR_NULL_POINTER;
1114 errorCode = JVMTI_ERROR_OUT_OF_MEMORY;
1131 errorCode = JVMTI_ERROR_NULL_POINTER;
1138 errorCode = (*retransformerEnv)->RetransformClasses(retransformerEnv,
1140 errorOccurred = (errorCode != JVMTI_ERROR_NONE);
1149 if (errorCode != JVMTI_ERROR_NONE) {
1150 createAndThrowThrowableFromJVMTIErrorCode(jnienv, errorCode);
1279 jvmtiError errorCode = JVMTI_ERROR_NONE; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericObjectServer.java176 int errorCode = SnmpStatusException.noSuchInstance;
200 new SnmpStatusException(errorCode);
211 new SnmpStatusException(errorCode);
334 int errorCode = SnmpStatusException.noAccess;
340 errorCode = SnmpStatusException.snmpRspInconsistentName;
342 errorCode = SnmpStatusException.snmpRspInconsistentName;
353 new SnmpStatusException(errorCode);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java139 switch (exc.errorCode()) {
235 switch (exc.errorCode()) {
294 switch (exc.errorCode()) {
352 switch (exc.errorCode()) {
383 switch (exc.errorCode()) {
H A DThreadReferenceImpl.java339 switch (exc.errorCode()) {
433 switch (exc.errorCode()) {
457 switch (exc.errorCode()) {
485 switch (exc.errorCode()) {
520 switch (exc.errorCode()) {
569 switch (exc.errorCode()) {
H A DTargetVM.java78 ", errorCode=" + packet.errorCode +
143 /*if(p.errorCode != Packet.ReplyNoError) {
144 System.err.println("Packet " + p.id + " returned failure = " + p.errorCode);
164 p2.errorCode = p.errorCode;
H A DObjectReferenceImpl.java394 if (exc.errorCode() == JDWP.Error.INVALID_THREAD) {
437 if (exc.errorCode() != JDWP.Error.INVALID_OBJECT) {
497 if (exc.errorCode() == JDWP.Error.THREAD_NOT_SUSPENDED) {
H A DClassTypeImpl.java230 if (exc.errorCode() == JDWP.Error.INVALID_THREAD) {
278 if (exc.errorCode() == JDWP.Error.INVALID_THREAD) {
H A DConcreteMethodImpl.java446 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) {
493 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) {
H A DPacketStream.java71 if (pkt.errorCode != Packet.ReplyNoError) {
72 throw new JDWPException(pkt.errorCode);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIocp.c140 Java_sun_nio_ch_Iocp_getErrorMessage(JNIEnv* env, jclass this, jint errorCode) argument
146 (DWORD)errorCode,
/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryTransport.c61 throwShmemException(JNIEnv *env, char *message, jint errorCode) argument
69 sprintf(buf, "%s, error code = %d", message, errorCode);
H A DSharedMemoryConnection.c135 short s = shortToBigShort(str->type.reply.errorCode);
181 * The id field is in big endian (also errorCode field in the case
190 str->type.reply.errorCode = (int)pktHeader[9] + ((int)pktHeader[10] << 8);
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java896 int errorCode = 0;
904 errorCode = result[ERROR_CODE];
920 checkLockFile0ErrorCode(errorCode);
925 checkLockFile0ErrorCode(errorCode);
933 private void checkLockFile0ErrorCode (int errorCode) argument
935 if (errorCode == EACCES)
939 if (errorCode != EAGAIN)
942 " Unix error code " + errorCode + ".");
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c571 jlong errorCode; local
624 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, jmethod);
625 rv = jLongToCKULong(errorCode);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java900 String errorCode, String message) {
901 final ErrorMsg error = new ErrorMsg(errorCode, message, element);
914 String errorCode, String message) {
915 final ErrorMsg error = new ErrorMsg(errorCode, message, element);
899 reportError(SyntaxTreeNode element, Parser parser, String errorCode, String message) argument
913 reportWarning(SyntaxTreeNode element, Parser parser, String errorCode, String message) argument
/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h116 jshort errorCode; member in struct:__anon557
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java843 long errorCode = e.getErrorCode();
844 if (errorCode == CKR_BUFFER_TOO_SMALL) {
847 } else if (errorCode == CKR_DATA_LEN_RANGE ||
848 errorCode == CKR_ENCRYPTED_DATA_LEN_RANGE) {
H A DP11Signature.java598 long errorCode = e.getErrorCode();
599 if (errorCode == CKR_SIGNATURE_INVALID) {
602 if (errorCode == CKR_SIGNATURE_LEN_RANGE) {
607 if (errorCode == CKR_DATA_LEN_RANGE) {
/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.c549 jshort errorCode = local
550 dbgsysHostToNetworkShort(packet->type.reply.errorCode);
551 memcpy(header + 9, &errorCode, 2);
652 n = recv_fully(socketFD,(char *)&(packet->type.reply.errorCode),sizeof(jbyte));
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaAccessibilityUtilities.m34 static void _JavaAccessibilityRaiseException(NSString *reason, SInt32 errorCode);
271 static void _JavaAccessibilityRaiseException(NSString *reason, SInt32 errorCode)
274 [[NSException exceptionWithName:NSAccessibilityException reason:reason userInfo:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInt:errorCode], NSAccessibilityErrorCodeExceptionInfo, nil]] raise];
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java555 int errorCode = GSSException.FAILURE;
570 errorCode = GSSException.NO_CRED;
576 throw new GSSException(errorCode, -1,
681 errorCode = GSSException.FAILURE;
711 new GSSException(errorCode, -1, e.getMessage());
716 new GSSException(errorCode, -1, e.getMessage());
/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.c325 jdwpError errorCode; local
327 errorCode = inStream_error(in);
328 if (errorCode != JDWP_ERROR(NONE)) {
334 if (errorCode == JDWP_ERROR(INVALID_OBJECT) ||
335 errorCode == JDWP_ERROR(INVALID_CLASS)) {

Completed in 100 milliseconds

123