Package io.opencensus.common
Class ServerStatsDeserializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.opencensus.common.ServerStatsDeserializationException
- All Implemented Interfaces:
Serializable
Exception thrown when a
ServerStats
cannot be parsed.- Since:
- 0.16
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newServerStatsDeserializationException
with the given message.ServerStatsDeserializationException
(String message, Throwable cause) Constructs a newServerStatsDeserializationException
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
-
ServerStatsDeserializationException
Constructs a newServerStatsDeserializationException
with the given message.- Parameters:
message
- a message describing the error.- Since:
- 0.16
-
ServerStatsDeserializationException
Constructs a newServerStatsDeserializationException
with the given message and cause.- Parameters:
message
- a message describing the error.cause
- the cause of the error.- Since:
- 0.16
-