Class TagContextDeserializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.opencensus.tags.propagation.TagContextDeserializationException
- All Implemented Interfaces:
Serializable
Exception thrown when a
TagContext cannot be parsed.- Since:
- 0.8
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTagContextDeserializationException(String message) Constructs a newTagContextParseExceptionwith the given message.TagContextDeserializationException(String message, Throwable cause) Constructs a newTagContextParseExceptionwith the given message and cause. -
Method Summary
Methods inherited from class 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
-
TagContextDeserializationException
Constructs a newTagContextParseExceptionwith the given message.- Parameters:
message- a message describing the error.- Since:
- 0.8
-
TagContextDeserializationException
-