Class EncryptionIvVersionUnknownException

    • 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

      • EncryptionIvVersionUnknownException

        public EncryptionIvVersionUnknownException​(@NotEmpty
                                                   @NotEmpty String ivVersion)
        Constructor with all data.
        Parameters:
        ivVersion - The IV version that caused the problem.