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