Package org.deidentifier.arx.exceptions
Klasse RollbackRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deidentifier.arx.exceptions.RollbackRequiredException
- Alle implementierten Schnittstellen:
Serializable
This exception is raised if the method that was called has left output data in an
inconsistent state that may breach privacy. To ensure privacy you must roll-back
the operation that has been performed.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructorRollbackRequiredException(String message, Throwable cause) Constructor -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RollbackRequiredException
public RollbackRequiredException()Constructor -
RollbackRequiredException
Constructor- Parameter:
message-cause-
-