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 SummaryConstructors Constructor Description ToolResponseException(int newCode, String newUrl, String newResponseMessage, Throwable exception)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()StringgetResponseMessage()StringgetUrl()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-