com.sforce.ws
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sforce.ws.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
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
ConnectionException()
           
ConnectionException(String message)
           
ConnectionException(String message, Throwable th)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException()

ConnectionException

public ConnectionException(String message)

ConnectionException

public ConnectionException(String message,
                           Throwable th)


Copyright © 2013. All Rights Reserved.