Package com.redwood.scheduler.api.tool
Class ToolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.redwood.scheduler.api.tool.ToolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ToolResponseException
public class ToolException extends Exception
Exception using Tool API: Communication or infrastructure related.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolException(String message)
ToolException(String message, Throwable cause)
ToolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-