public class RestSerializationException extends RuntimeException
An exception thrown when a protobuf message cannot be serialized/deserialized for REST interactions.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > RestSerializationExceptionConstructors
RestSerializationException(String message, Throwable cause)
public RestSerializationException(String message, Throwable cause)
Name | Description |
message | String |
cause | Throwable |
RestSerializationException(Throwable cause)
public RestSerializationException(Throwable cause)
Name | Description |
cause | Throwable |