Class EncryptionKeyVersionUnknownException

    • Field Detail

      • ELEMENT_NAME

        public static final String ELEMENT_NAME
        Unique name of the element to use for XML and JSON marshalling/unmarshalling.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EncryptionKeyVersionUnknownException

        public EncryptionKeyVersionUnknownException​(@NotEmpty
                                                    @NotEmpty String keyVersion)
        Constructor with all data.
        Parameters:
        keyVersion - The key version that caused the problem.