Package com.sforce.ws
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sforce.ws.ConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HTMLResponseException,SoapFaultException,TypeMapper.PartialArrayException
public class ConnectionException extends java.lang.ExceptionConnectionException is the root of all web service client exceptions- Since:
- 1.0 Dec 1, 2005
- Version:
- 1.0
- Author:
- http://cheenath.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException()ConnectionException(java.lang.String message)ConnectionException(java.lang.String message, java.lang.Throwable th)
-