NullPointerException - if the argument is null toString public String toString() Overrides: toString in class Enum<ValidationExceptionReason> fromValue public static ValidationExceptionReason fromValue(String value) Use this in place of valueOf. Parameters: value - real value Returns: Valida...
NullPointerException - if the argument is null toString public String toString() Overrides: toString in class Enum<ConstraintViolationExceptionReason> fromValue public static ConstraintViolationExceptionReason fromValue(String value) Use this in place of valueOf. Parameters: ...
The pre-checks should pass or provide an explanation for the failed check. Actual Results The below exception is thrown in the export error logs zip: 2024-01-29 09:08:17.668385 ERROR PROJKEY project-export We couldn't export Board MyProjectBoard Reason: java.lang.NullPointerException. [JCMA...
Throws: IllegalArgumentException - if this enum type has no constant with the specified name NullPointerException - if the argument is null getValue public String getValue() Specified by: getValue in interface BmcEnum create public static IneligibilityReasonEnum create(String key)Skip...
java.security.cert.PKIXReason 实现的所有接口 Serializable, Comparable<PKIXReason>, CertPathValidatorException.Reason public enum PKIXReason extends Enum<PKIXReason> implements CertPathValidatorException.Reason PKIXReason列举了根据PKIX(RFC 5280)标准,X.509认证路径可能无效的潜在PKIX特定原因。 这些原因是Cert...
Throws: IllegalArgumentException - if this enum type has no constant with the specified name NullPointerException - if the argument is null getValue public String getValue() Specified by: getValue in interface BmcEnum create public static ScheduledTask.PauseReason create(String key)Skip...
java.security.acl java.security.cert Overview Interface Class Enum CertPathValidatorException.BasicReason CRLReason PKIXReason PKIXRevocationChecker.Option Exception java.security.interfaces java.security.spec java.sql java.text java.time java.time.chrono java.time.format java.time.temporal java.time.zone...
staticInvalidInstanceException.Reason[]values() Returns an array containing the constants of this enum type, in the order they are declared. Methods inherited from class java.lang.Enum compareTo,equals,getDeclaringClass,hashCode,name,ordinal,toString,valueOf ...
X509CRLEntry.getRevocationReason(),CertificateRevokedException.getRevocationReason() Enum Constant Summary Enum Constants Enum Constant描述 AA_COMPROMISE 此原因表明已知或怀疑证书主题的私钥已被泄露。 AFFILIATION_CHANGED 此原因表示主题的名称或其他信息已更改。
for (CertPathValidatorException.BasicReason c : CertPathValidatorException.BasicReason.values()) System.out.println(c); Returns: an array containing the constants of this enum type, in the order they are declared valueOf public staticCertPathValidatorException.BasicReasonvalueOf(java.lang.String name...