Class RestSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.api.gax.httpjson.RestSerializationException
All Implemented Interfaces:
Serializable

public class RestSerializationException extends RuntimeException
An exception thrown when a protobuf message cannot be serialized/deserialized for REST interactions.
See Also:
  • Constructor Details

    • RestSerializationException

      public RestSerializationException(Throwable cause)
    • RestSerializationException

      public RestSerializationException(String message, Throwable cause)