Class TagContextSerializationException

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

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

  • Constructor Details

    • TagContextSerializationException

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

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