Class ConsentHubAlreadyRemovedException

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

public class ConsentHubAlreadyRemovedException extends PerunException
Thrown when trying to removed consent hub which is not in a database.
Author:
Johana Supikova <xsupikov@fi.muni.cz>
See Also:
  • Constructor Details

    • ConsentHubAlreadyRemovedException

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

      public ConsentHubAlreadyRemovedException(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
    • ConsentHubAlreadyRemovedException

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