Package io.opencensus.tags.propagation
Class TagContextSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.opencensus.tags.propagation.TagContextSerializationException
- All Implemented Interfaces:
Serializable
Exception thrown when a
TagContext
cannot be serialized.- Since:
- 0.8
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTagContextSerializationException
(String message) Constructs a newTagContextSerializationException
with the given message.TagContextSerializationException
(String message, Throwable cause) Constructs a newTagContextSerializationException
with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TagContextSerializationException
Constructs a newTagContextSerializationException
with the given message.- Parameters:
message
- a message describing the error.- Since:
- 0.8
-
TagContextSerializationException
Constructs a newTagContextSerializationException
with the given message and cause.- Parameters:
message
- a message describing the error.cause
- the cause of the error.- Since:
- 0.8
-