Package org.gridgain.internal.encryption
Class InvalidKeyProviderConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.gridgain.internal.encryption.InvalidKeyProviderConfigurationException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class InvalidKeyProviderConfigurationException
extends org.apache.ignite.internal.lang.IgniteInternalException
Thrown when it is not possible to retrieve a Key Encryption Key from a provider likely due to a configuration error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidKeyProviderConfigurationException(String providerName) InvalidKeyProviderConfigurationException(String providerName, String reason) InvalidKeyProviderConfigurationException(String providerName, String reason, Throwable ex) -
Method Summary
Methods inherited from class org.apache.ignite.internal.lang.IgniteInternalException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidKeyProviderConfigurationException
-
InvalidKeyProviderConfigurationException
-
InvalidKeyProviderConfigurationException
-