Class TagException

All Implemented Interfaces:
Serializable

public class TagException extends Exception
This exception denotes a general error in the tagging API.
See Also:
  • Constructor Details

    • TagException

      public TagException(String message)
    • TagException

      public TagException(Throwable cause)
    • TagException

      public TagException(String message, Throwable cause)