InvalidEchDataException


public class InvalidEchDataException
extends SSLException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ javax.net.ssl.SSLException
           ↳ android.net.ssl.InvalidEchDataException


Exception thrown when the ECH (Encrypted Client Hello) data is empty or invalid.

Summary

Public constructors

InvalidEchDataException(String message)

Inherited methods

Public constructors

InvalidEchDataException

public InvalidEchDataException (String message)

Parameters
message String: This value may be null.