언어

CertPathValidatorException 생성자

정의

오버로드

속성 Description
CertPathValidatorException()

세부 정보 메시지 없이 만듭니 CertPathValidatorException 다.

CertPathValidatorException(Throwable)

CertPathValidatorException 지정된 throw 가능 개체를 래핑하는 값을 만듭니다.

CertPathValidatorException(String)

지정된 세부 정보 메시지를 사용하여 CertPathValidatorException 만듭니다.

CertPathValidatorException(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

CertPathValidatorException(String, Throwable)

지정한 세부 정보 메시지 및 원인을 사용하여 CertPathValidatorException 만듭니다.

CertPathValidatorException(String, Throwable, CertPath, Int32)

CertPathValidatorException 지정된 세부 메시지, 원인, 인증 경로 및 인덱스를 사용하여 만듭니다.

CertPathValidatorException(String, Throwable, CertPath, Int32, CertPathValidatorException+IReason)

세부 정보 메시지 없이 만듭니 CertPathValidatorException 다.

CertPathValidatorException()

세부 정보 메시지 없이 만듭니 CertPathValidatorException 다.

[Android.Runtime.Register(".ctor", "()V", "")]
public CertPathValidatorException();
특성

설명

세부 정보 메시지 없이 만듭니 CertPathValidatorException 다.

에 대한 java.security.cert.CertPathValidatorException.CertPathValidatorException()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

CertPathValidatorException(Throwable)

CertPathValidatorException 지정된 throw 가능 개체를 래핑하는 값을 만듭니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public CertPathValidatorException(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Java.Security.Cert.CertPathValidatorException : Java.Lang.Throwable -> Java.Security.Cert.CertPathValidatorException

매개 변수

cause
Throwable

원인(메서드에서 나중에 검색 #getCause getCause() 하기 위해 저장됨)입니다. null(값이 허용되며 원인이 존재하지 않거나 알 수 없음을 나타냅니다.)

특성

설명

CertPathValidatorException 지정된 throw 가능 개체를 래핑하는 값을 만듭니다. 이렇게 하면 래핑된 예외에 대한 정보를 유지하면서 예외를 변환 CertPathValidatorException할 수 있으며, 이는 디버깅에 유용할 수 있습니다. 세부 정보 메시지는 ()로cause==null ? null : cause.toString() 설정됩니다(일반적으로 원인의 클래스 및 세부 메시지 포함).

에 대한 java.security.cert.CertPathValidatorException.CertPathValidatorException(java.lang.Throwable)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

CertPathValidatorException(String)

지정된 세부 정보 메시지를 사용하여 CertPathValidatorException 만듭니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public CertPathValidatorException(string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Security.Cert.CertPathValidatorException : string -> Java.Security.Cert.CertPathValidatorException

매개 변수

msg
String

세부 정보 메시지

특성

설명

지정된 세부 정보 메시지를 사용하여 CertPathValidatorException 만듭니다. 세부 정보는 이 특정 예외를 설명하는 메시지입니다 String .

에 대한 java.security.cert.CertPathValidatorException.CertPathValidatorException(java.lang.String)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

CertPathValidatorException(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected CertPathValidatorException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CertPathValidatorException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CertPathValidatorException

매개 변수

javaReference
IntPtr

nativeint

IntPtrJava JNI(Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

CertPathValidatorException(String, Throwable)

지정한 세부 정보 메시지 및 원인을 사용하여 CertPathValidatorException 만듭니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public CertPathValidatorException(string? msg, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Java.Security.Cert.CertPathValidatorException : string * Java.Lang.Throwable -> Java.Security.Cert.CertPathValidatorException

매개 변수

msg
String

세부 정보 메시지

cause
Throwable

원인(메서드에서 나중에 검색 #getCause getCause() 하기 위해 저장됨)입니다. null(값이 허용되며 원인이 존재하지 않거나 알 수 없음을 나타냅니다.)

특성

설명

지정한 세부 정보 메시지 및 원인을 사용하여 CertPathValidatorException 만듭니다.

에 대한 java.security.cert.CertPathValidatorException.CertPathValidatorException(java.lang.String, java.lang.Throwable)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

CertPathValidatorException(String, Throwable, CertPath, Int32)

CertPathValidatorException 지정된 세부 메시지, 원인, 인증 경로 및 인덱스를 사용하여 만듭니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;I)V", "")]
public CertPathValidatorException(string? msg, Java.Lang.Throwable? cause, Java.Security.Cert.CertPath? certPath, int index);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;I)V", "")>]
new Java.Security.Cert.CertPathValidatorException : string * Java.Lang.Throwable * Java.Security.Cert.CertPath * int -> Java.Security.Cert.CertPathValidatorException

매개 변수

msg
String

세부 정보 메시지(또는 null 없는 경우)

cause
Throwable

원인(또는 null 없는 경우)

certPath
CertPath

오류가 발생했을 때 유효성을 검사하는 중이던 인증 경로

index
Int32

오류를 발생시킨 인증 경로의 인증서 인덱스입니다(또는 해당되지 않은 경우 -1). a의 인증서 CertPath 목록은 0부터 시작하는 것입니다.

특성

예외

null 고 인덱스가 아닌 -1경우 certPath .

certPath 그렇지 않으면 null 인덱스가 인증 경로의 인증서를 참조하지 않습니다.

설명

CertPathValidatorException 지정된 세부 메시지, 원인, 인증 경로 및 인덱스를 사용하여 만듭니다.

에 대한 java.security.cert.CertPathValidatorException.CertPathValidatorException(java.lang.String, java.lang.Throwable, java.security.cert.CertPath, int)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

CertPathValidatorException(String, Throwable, CertPath, Int32, CertPathValidatorException+IReason)

세부 정보 메시지 없이 만듭니 CertPathValidatorException 다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V", "", ApiSince=24)]
public CertPathValidatorException(string? msg, Java.Lang.Throwable? cause, Java.Security.Cert.CertPath? certPath, int index, Java.Security.Cert.CertPathValidatorException.IReason? reason);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V", "", ApiSince=24)>]
new Java.Security.Cert.CertPathValidatorException : string * Java.Lang.Throwable * Java.Security.Cert.CertPath * int * Java.Security.Cert.CertPathValidatorException.IReason -> Java.Security.Cert.CertPathValidatorException

매개 변수

msg
String
cause
Throwable
certPath
CertPath
index
Int32
특성

설명

에 대한 java.security.cert.CertPathValidatorException.CertPathValidatorException()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상