Class EncryptionKeyVersionUnknownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.ddd4j.ddd.EncryptionKeyVersionUnknownException
All Implemented Interfaces:
Serializable, org.fuin.objects4j.common.ExceptionShortIdentifable, org.fuin.objects4j.common.MarshalInformation<EncryptionKeyVersionUnknownException.Data>

public final class EncryptionKeyVersionUnknownException extends Exception implements org.fuin.objects4j.common.ExceptionShortIdentifable, org.fuin.objects4j.common.MarshalInformation<EncryptionKeyVersionUnknownException.Data>
Signals that the requested version of the encryption key is unknown.
See Also:
  • Field Details

    • SHORT_ID

      public static final String SHORT_ID
      Unique short identifier of this exception.
      See Also:
    • ELEMENT_NAME

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

    • EncryptionKeyVersionUnknownException

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