Package com.redwood.scheduler.api.tool
Class ToolResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.redwood.scheduler.api.tool.ToolException
-
- com.redwood.scheduler.api.tool.ToolResponseException
-
- All Implemented Interfaces:
Serializable
public class ToolResponseException extends ToolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolResponseException(int newCode, String newUrl, String newResponseMessage, Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
String
getResponseMessage()
String
getUrl()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-