Class w3c.jigsaw.http.ClientException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.http.ClientException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.jigsaw.http.ClientException

public class ClientException
extends Exception

Constructor Index

 o ClientException(Client, Exception)
 o ClientException(Client, String)

Constructors

 o ClientException
  public ClientException(Client client,
                         String msg)
 o ClientException
  public ClientException(Client client,
                         Exception ex)

All Packages  Class Hierarchy  This Package  Previous  Next  Index