Class TagContextDeserializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.opencensus.tags.propagation.TagContextDeserializationException
All Implemented Interfaces:
Serializable

public final class TagContextDeserializationException extends Exception
Exception thrown when a TagContext cannot be parsed.
Since:
0.8
See Also:
  • Field Details

  • Constructor Details

    • TagContextDeserializationException

      public TagContextDeserializationException(String message)
      Constructs a new TagContextParseException with the given message.
      Parameters:
      message - a message describing the error.
      Since:
      0.8
    • TagContextDeserializationException

      public TagContextDeserializationException(String message, Throwable cause)
      Constructs a new TagContextParseException with the given message and cause.
      Parameters:
      message - a message describing the error.
      cause - the cause of the error.
      Since:
      0.8