Class ResourceTagNotExistsException

All Implemented Interfaces:
Serializable

public class ResourceTagNotExistsException extends EntityNotExistsException
This exception is thrown when trying to get a resourceTag that does not exist in the database
Author:
Michal Stava <stavamichal@gmail.com>
See Also:
  • Constructor Details

    • ResourceTagNotExistsException

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

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

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

      public ResourceTagNotExistsException(ResourceTag resourceTag)
      Constructor with the resourceTag
      Parameters:
      resourceTag - resourceTag that does not exist
  • Method Details

    • getResourceTag

      public ResourceTag getResourceTag()
      Getter for the resourceTag
      Returns:
      resourceTag that does not exist