Class FailedPseudonymUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.FailedPseudonymUpdateException
All Implemented Interfaces:
Serializable

public class FailedPseudonymUpdateException extends RuntimeException
This class represents an exception when the update of a pseudonym failed.
Author:
Armin Müller
See Also:
  • Constructor Details

    • FailedPseudonymUpdateException

      public FailedPseudonymUpdateException(String domainName, String identifier, String idType)
      Constructor that also defines information about the pseudonym causing the exception.
      Parameters:
      domainName - the name of the domain where the exception-causing pseudonym is in
      identifier - the identifier of the exception-causing pseudonym
      idType - the idType of the exception-causing pseudonym