Class OwnerAlreadyAssignedException

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

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

    • OwnerAlreadyAssignedException

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

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

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