Package com.sforce.ws.tools
Class ToolsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description ToolsException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-