Added in API level 1

ProtocolException

public class ProtocolException
extends IOException



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

Summary

Public constructors

ProtocolException()

Constructs a new ProtocolException with no detail message.

ProtocolException(String message)

Constructs a new ProtocolException with the specified detail message.

Inherited methods

Public constructors

ProtocolException

Added in API level 1
public ProtocolException ()

Constructs a new ProtocolException with no detail message.

ProtocolException

Added in API level 1
public ProtocolException (String message)

Constructs a new ProtocolException with the specified detail message.