Klasse RollbackRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deidentifier.arx.exceptions.RollbackRequiredException
Alle implementierten Schnittstellen:
Serializable

public class RollbackRequiredException extends Exception
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:
  • Konstruktordetails

    • RollbackRequiredException

      public RollbackRequiredException()
      Constructor
    • RollbackRequiredException

      public RollbackRequiredException(String message, Throwable cause)
      Constructor
      Parameter:
      message -
      cause -