Package org.trustdeck.exception
Class FailedPseudonymDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.FailedPseudonymDeletionException
- All Implemented Interfaces:
Serializable
This class represents an exception when the deletion of a pseudonym failed.
- Author:
- Armin Müller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedPseudonymDeletionException(String domainName, String identifier, String idType) Constructor that also defines information about the pseudonym causing the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedPseudonymDeletionException
Constructor that also defines information about the pseudonym causing the exception.- Parameters:
domainName- the name of the domain where the exception-causing pseudonym is inidentifier- the identifier of the exception-causing pseudonymidType- the idType of the exception-causing pseudonym
-