Class EncryptionKeyIdUnknownException

    • 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

      • EncryptionKeyIdUnknownException

        public EncryptionKeyIdUnknownException​(@NotEmpty
                                               @NotEmpty String keyId)
        Constructor with all data.
        Parameters:
        keyId - The key identifier that caused the problem.