Class PersonalDataProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.core.user.status.PersonalDataProcessingException
All Implemented Interfaces:
Serializable

Represent an error that prevented the processing of personal data
See Also:
  • Constructor Details

    • PersonalDataProcessingException

      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • PersonalDataProcessingException

      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.
    • PersonalDataProcessingException

      Constructs a new exception with the specified cause.
      Parameters:
      cause - the specified cause.