Class AnonymizationNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.AnonymizationNotSupportedException
All Implemented Interfaces:
Serializable

public class AnonymizationNotSupportedException extends PerunException
This exception is thrown when trying to get anonymized value of the attribute, whose module doesn't specify the anonymization process in method getAnonymizedValue(). This exception is also thrown when the anonymization is not supported on any instance - the config property userDeletionForced is set to true
Author:
Radoslav Čerhák <r.cerhak@gmail.com>
See Also:
  • Constructor Details

    • AnonymizationNotSupportedException

      public AnonymizationNotSupportedException(String message)
    • AnonymizationNotSupportedException

      public AnonymizationNotSupportedException(String message, Throwable cause)
    • AnonymizationNotSupportedException

      public AnonymizationNotSupportedException(Throwable cause)