你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReentrantActorInvalidStateException 类

  • java.lang.Object
    • RuntimeException
      • FabricException
        • system.fabric.exception.ReentrantActorInvalidStateException

public class ReentrantActorInvalidStateException extends FabricException

构造函数摘要

构造函数 说明
ReentrantActorInvalidStateException()
ReentrantActorInvalidStateException(String message)
ReentrantActorInvalidStateException(String message, Exception inner)

继承成员

构造函数详细信息

ReentrantActorInvalidStateException

public ReentrantActorInvalidStateException()

ReentrantActorInvalidStateException

public ReentrantActorInvalidStateException(String message)

参数:

message

ReentrantActorInvalidStateException

public ReentrantActorInvalidStateException(String message, Exception inner)

参数:

message
inner

适用于