Class DataEncryptionKeyNotFoundException

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

public class DataEncryptionKeyNotFoundException extends org.apache.ignite.internal.lang.IgniteInternalException
Thrown when there is no data encryption key.
See Also:
  • Constructor Details

    • DataEncryptionKeyNotFoundException

      public DataEncryptionKeyNotFoundException(String chainId)
      Constructor.
      Parameters:
      chainId - Chain identifier.
    • DataEncryptionKeyNotFoundException

      public DataEncryptionKeyNotFoundException(String chainId, int keyId)
      Constructor.
      Parameters:
      chainId - Chain identifier.
      keyId - Key identifier.