Package org.gridgain.internal.encryption
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 Summary
ConstructorsConstructorDescriptionDataEncryptionKeyNotFoundException(String chainId) Constructor.DataEncryptionKeyNotFoundException(String chainId, int keyId) Constructor. -
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
-
DataEncryptionKeyNotFoundException
Constructor.- Parameters:
chainId- Chain identifier.
-
DataEncryptionKeyNotFoundException
Constructor.- Parameters:
chainId- Chain identifier.keyId- Key identifier.
-