Class CannotInitKeyProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.gridgain.internal.encryption.CannotInitKeyProviderException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class CannotInitKeyProviderException extends org.apache.ignite.internal.lang.IgniteInternalException
Thrown when there is a generic error while initializing a Key Encryption Key in a KeyProvider.
See Also:
  • Constructor Details

    • CannotInitKeyProviderException

      public CannotInitKeyProviderException(String providerName, Throwable cause)