ErrorContext Class

  • java.lang.Object
    • com.microsoft.azure.eventhubs.ErrorContext

Implements

public abstract class ErrorContext
implements Serializable

Constructor Summary

Modifier Constructor Description
protected ErrorContext(String namespaceName)

Method Summary

Modifier and Type Method and Description
protected String getNamespaceName()
String toString()

Methods inherited from java.lang.Object

Constructor Details

ErrorContext

protected ErrorContext(String namespaceName)

Parameters:

namespaceName

Method Details

getNamespaceName

protected String getNamespaceName()

toString

public String toString()

Overrides:

ErrorContext.toString()

Applies to