共用方式為


InvocationBindingFailureMessage 類別

public class InvocationBindingFailureMessage extends HubMessage

建構函式摘要

建構函式 Description
InvocationBindingFailureMessage(String invocationId, String target, Exception exception)

方法摘要

修飾詞與類型 方法與描述
java.lang.Exception getException()
java.lang.String getInvocationId()
HubMessageType getMessageType()
java.lang.String getTarget()

繼承的成員

HubMessage.getMessageType() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

建構函式詳細資料

InvocationBindingFailureMessage

public InvocationBindingFailureMessage(String invocationId, String target, Exception exception)

Parameters:

invocationId
target
exception

方法詳細資料

getException

public Exception getException()

getInvocationId

public String getInvocationId()

getMessageType

public HubMessageType getMessageType()

Overrides:

InvocationBindingFailureMessage.getMessageType()

getTarget

public String getTarget()

適用於