Class SpecificUserOwnerAlreadyRemovedException

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

public class SpecificUserOwnerAlreadyRemovedException extends PerunException
Thrown when trying to remove specificUser's owner who has already been removed as an owner
Author:
Michal Stava
See Also:
  • Constructor Details

    • SpecificUserOwnerAlreadyRemovedException

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

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

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