Class OwnerAlreadyRemovedException

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

public class OwnerAlreadyRemovedException extends PerunException
This exception is thrown when the owner has already been removed from the facility
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • OwnerAlreadyRemovedException

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

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

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