Class GoogleMTv3ErrorException

  • All Implemented Interfaces:
    Serializable

    public class GoogleMTv3ErrorException
    extends Exception
    Exception thrown when Google Cloud Translation API v3 returns an error.
    See Also:
    Serialized Form
    • Constructor Detail

      • GoogleMTv3ErrorException

        public GoogleMTv3ErrorException​(int code,
                                        String message,
                                        String query)