Class CryptoProviderMissingPrivateKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.couchbase.client.encryption.errors.CryptoProviderMissingPrivateKeyException
All Implemented Interfaces:
Serializable

public class CryptoProviderMissingPrivateKeyException
extends Exception
CryptoProviderMissingPrivateKeyException is thrown when the private key is not set on the Crypto provider.
Since:
1.0.0
Author:
Subhashni Balakrishnan
See Also:
Serialized Form
  • Constructor Details

    • CryptoProviderMissingPrivateKeyException

      public CryptoProviderMissingPrivateKeyException()
    • CryptoProviderMissingPrivateKeyException

      public CryptoProviderMissingPrivateKeyException​(String message)
    • CryptoProviderMissingPrivateKeyException

      public CryptoProviderMissingPrivateKeyException​(String message, Throwable cause)
    • CryptoProviderMissingPrivateKeyException

      public CryptoProviderMissingPrivateKeyException​(Throwable cause)