com.sforce.ws.tools
Class ToolsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sforce.ws.tools.ToolsException
All Implemented Interfaces:
Serializable

public class ToolsException
extends Exception

ToolsException is thrown when the tools encounter an error.

Since:
1.0 Nov 22, 2005
Version:
1.0
Author:
http://cheenath
See Also:
Serialized Form

Constructor Summary
ToolsException(String message)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolsException

public ToolsException(String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013. All Rights Reserved.