public class

ConnectionException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sforce.ws.ConnectionException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

ConnectionException is the root of all web service client exceptions

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
ConnectionException()
ConnectionException(String message)
ConnectionException(String message, Throwable th)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -8527902095461499115 (0x89a6ce3a18b53f15)

Public Constructors

public ConnectionException ()

public ConnectionException (String message)

Parameters
message

public ConnectionException (String message, Throwable th)

Parameters
message
th