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:
  • Constructor Details

    • ConnectionException

      public ConnectionException()
    • ConnectionException

      public ConnectionException(String message)
    • ConnectionException

      public ConnectionException(String message, Throwable th)