Class ServerStatsDeserializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.opencensus.common.ServerStatsDeserializationException
All Implemented Interfaces:
Serializable

public final class ServerStatsDeserializationException extends Exception
Exception thrown when a ServerStats cannot be parsed.
Since:
0.16
See Also:
  • Field Details

  • Constructor Details

    • ServerStatsDeserializationException

      public ServerStatsDeserializationException(String message)
      Constructs a new ServerStatsDeserializationException with the given message.
      Parameters:
      message - a message describing the error.
      Since:
      0.16
    • ServerStatsDeserializationException

      public ServerStatsDeserializationException(String message, Throwable cause)
      Constructs a new ServerStatsDeserializationException with the given message and cause.
      Parameters:
      message - a message describing the error.
      cause - the cause of the error.
      Since:
      0.16