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
public class ConnectionException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException()ConnectionException(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
-
-