Class ResourceTagNotAssignedException

All Implemented Interfaces:
Serializable

public class ResourceTagNotAssignedException extends EntityAlreadyAssignedException
This exception is thrown when trying to remove a resourceTag which has already been removed
Author:
Michal Stava <stavamichal@gmail.com>
See Also:
  • Constructor Details

    • ResourceTagNotAssignedException

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

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

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

      public ResourceTagNotAssignedException(ResourceTag resourceTag)
      Constructor with the resourceTag
      Parameters:
      resourceTag - resourceTag that has already been removed
  • Method Details

    • getResourceTag

      public ResourceTag getResourceTag()
      Getter for the resourceTag
      Returns:
      resourceTag that has already been removed