“java.lang.UnsupportedOperationException: Not supported yet.”

前端 未结 5 835
鱼传尺愫
鱼传尺愫 2021-01-21 08:55

What I am trying to do :

I am trying to connect to Web Portal [that uses https]using Java. I have written code for supplying user credentials using Authenticator class.W

5条回答
  •  太阳男子
    2021-01-21 09:36

    This happens when you did not provide implementations for all methods from the interface you've implemented. Check which method you not implemented.

提交回复
热议问题