Class CipherKeyUpdateException

  • All Implemented Interfaces:
    Serializable

    public class CipherKeyUpdateException
    extends CryptoException
    Exception that is thrown when an error has occurred while updating a cipher key.
    See Also:
    Serialized Form
    • Constructor Detail

      • CipherKeyUpdateException

        public CipherKeyUpdateException​(Throwable cause)
      • CipherKeyUpdateException

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

        public CipherKeyUpdateException​(String message)