Class FacilityAlreadyAssigned

All Implemented Interfaces:
Serializable

public class FacilityAlreadyAssigned extends PerunException
This exception is thrown when facility is already assigned to a consent hub.
Author:
Sarka Palkovicova
See Also:
  • Constructor Details

    • FacilityAlreadyAssigned

      public FacilityAlreadyAssigned(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • FacilityAlreadyAssigned

      public FacilityAlreadyAssigned(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • FacilityAlreadyAssigned

      public FacilityAlreadyAssigned(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception