Class EntityAlreadyAssignedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.EntityAlreadyAssignedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeAlreadyAssignedException, ExtSourceAlreadyAssignedException, ResourceTagAlreadyAssignedException, ResourceTagNotAssignedException, SecurityTeamAlreadyAssignedException, ServiceAlreadyAssignedException, ServiceNotAssignedException

public class EntityAlreadyAssignedException extends PerunException
It represents parent class for *AlreadyAssignedException classes.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • EntityAlreadyAssignedException

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

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

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