Class DecryptionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.ddd4j.core.DecryptionFailedException
All Implemented Interfaces:
Serializable, org.fuin.objects4j.common.ExceptionShortIdentifable

public final class DecryptionFailedException extends Exception implements org.fuin.objects4j.common.ExceptionShortIdentifable
Signals that decrypting the data failed.
See Also:
  • Field Details

    • ELEMENT_NAME

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

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

    • DecryptionFailedException

      public DecryptionFailedException(Exception cause)
      Constructor with causing exception.
      Parameters:
      cause - Original exception that caused the failure.
    • DecryptionFailedException

      public DecryptionFailedException(String msg)
      Constructor with message. Should only be used for re-creating the exception on the client side.
      Parameters:
      msg - Exception message.
  • Method Details

    • getShortId

      public final String getShortId()
      Specified by:
      getShortId in interface org.fuin.objects4j.common.ExceptionShortIdentifable