public final class SpanContextParseException extends Exception
SpanContext cannot be parsed.| Constructor and Description |
|---|
SpanContextParseException(String message)
Constructs a new
SpanContextParseException with the given message. |
SpanContextParseException(String message,
Throwable cause)
Constructs a new
SpanContextParseException with the given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpanContextParseException(String message)
SpanContextParseException with the given message.message - a message describing the parse error.