Uses of Class
net.snowflake.client.jdbc.OCSPErrorCode
-
Packages that use OCSPErrorCode Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of OCSPErrorCode in net.snowflake.client.core
Methods in net.snowflake.client.core that return OCSPErrorCode Modifier and Type Method Description OCSPErrorCode
SFOCSPException. getErrorCode()
Constructors in net.snowflake.client.core with parameters of type OCSPErrorCode Constructor Description SFOCSPException(OCSPErrorCode errorCode, String errorMsg)
SFOCSPException(OCSPErrorCode errorCode, String errorMsg, Throwable cause)
-
Uses of OCSPErrorCode in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return OCSPErrorCode Modifier and Type Method Description static OCSPErrorCode
OCSPErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OCSPErrorCode[]
OCSPErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-