# Print output for @column tags ?> ProtocolException - Android SDK | Android Developers

Most visited


Recently visited


ProtocolException

public class ProtocolException
extends IOException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.net.ProtocolException


Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.

Summary


Public constructors

ProtocolException(String host)

Constructs a new ProtocolException with the specified detail message.

ProtocolException()

Constructs a new ProtocolException with no detail message.

Inherited methods

Public constructors


ProtocolException

public ProtocolException (String host)

Constructs a new ProtocolException with the specified detail message.

Parameters
host String: the detail message.

ProtocolException

public ProtocolException ()

Constructs a new ProtocolException with no detail message.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.