Package com.sforce.ws
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.ConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HTMLResponseException,SoapFaultException,TypeMapper.PartialArrayException
ConnectionException is the root of all web service client exceptions
- Since:
- 1.0 Dec 1, 2005
- Version:
- 1.0
- Author:
- http://cheenath.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionException(String message) ConnectionException(String message, Throwable th) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
public ConnectionException() -
ConnectionException
-
ConnectionException
-