public class

ProtocolException

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

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ProtocolException (String host)

Constructs a new ProtocolException with the specified detail message.

Parameters
host the detail message.

public ProtocolException ()

Constructs a new ProtocolException with no detail message.