Package io.opencensus.common
Class ServerStatsDeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.opencensus.common.ServerStatsDeserializationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ServerStatsDeserializationException extends java.lang.Exception
Exception thrown when aServerStats
cannot be parsed.- Since:
- 0.16
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ServerStatsDeserializationException(java.lang.String message)
Constructs a newServerStatsDeserializationException
with the given message.ServerStatsDeserializationException(java.lang.String message, java.lang.Throwable cause)
Constructs a newServerStatsDeserializationException
with the given message and cause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServerStatsDeserializationException
public ServerStatsDeserializationException(java.lang.String message)
Constructs a newServerStatsDeserializationException
with the given message.- Parameters:
message
- a message describing the error.- Since:
- 0.16
-
ServerStatsDeserializationException
public ServerStatsDeserializationException(java.lang.String message, java.lang.Throwable cause)
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
-
-