SkillInvokeException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
microsoft. bot. dialogs. SkillInvokeException
- com.
- java.
- java.
- java.
public class SkillInvokeException
extends java.lang.RuntimeException
Exception used to report issues during the invoke method of the SkillDialog class.
Constructor Summary
| Constructor | Description |
|---|---|
| SkillInvokeException(String message) |
Construct with message. |
| SkillInvokeException(String message, Throwable t) |
Construct with caught exception and message. |
| SkillInvokeException(Throwable t) |
Construct with exception. |
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
SkillInvokeException
public SkillInvokeException(String message)
Construct with message.
Parameters:
SkillInvokeException
public SkillInvokeException(String message, Throwable t)
Construct with caught exception and message.
Parameters:
SkillInvokeException
public SkillInvokeException(Throwable t)
Construct with exception.
Parameters: