Class FailedPseudonymDeletionException

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

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

    • FailedPseudonymDeletionException

      public FailedPseudonymDeletionException(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