ActivityHandler.InvokeResponseException 클래스
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. bot. builder. ActivityHandler. InvokeResponseException
- com.
- java.
- java.
protected class ActivityHandler.InvokeResponseException
extends java.lang.Exception
InvokeResponse 예외입니다.
생성자 요약
| 생성자 | Description |
|---|---|
| InvokeResponseException(int withStatusCode) |
HTTP 상태 코드 값을 사용하여 새 인스턴스를 초기화합니다. |
| InvokeResponseException(int withStatusCode, Object withBody) |
HTTP 상태 코드 값을 사용하여 새 인스턴스를 초기화합니다. |
메서드 요약
| 한정자 및 형식 | 메서드 및 설명 |
|---|---|
|
Invoke |
createInvokeResponse()
이 예외에 따라 Invoke |
다음에서 상속된 메서드 java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
다음에서 상속된 메서드 java.lang.Throwable
java.lang.Throwable.addSuppressed
java.lang.Throwable.fillInStackTrace
java.lang.Throwable.getCause
java.lang.Throwable.getLocalizedMessage
java.lang.Throwable.getMessage
java.lang.Throwable.getStackTrace
java.lang.Throwable.getSuppressed
java.lang.Throwable.initCause
java.lang.Throwable.printStackTrace
java.lang.Throwable.printStackTrace
java.lang.Throwable.printStackTrace
java.lang.Throwable.setStackTrace
java.lang.Throwable.toString
생성자 세부 정보
InvokeResponseException
public InvokeResponseException(int withStatusCode)
HTTP 상태 코드 값을 사용하여 새 인스턴스를 초기화합니다.
매개 변수:
withStatusCode
- HTTP 상태 코드입니다.
InvokeResponseException
public InvokeResponseException(int withStatusCode, Object withBody)
HTTP 상태 코드 값을 사용하여 새 인스턴스를 초기화합니다.
매개 변수:
withStatusCode
- HTTP 상태 코드입니다.
withBody
- 본문입니다. null일 수 있습니다.
메서드 세부 정보
createInvokeResponse
public InvokeResponse createInvokeResponse()
이 예외를 기반으로 InvokeResponse를 반환합니다.
반환:
InvokeResponse 값입니다.