模块  java.management

Class RelationServiceNotRegisteredException

  • 实现的所有接口
    Serializable

    public class RelationServiceNotRegisteredException
    extends RelationException
    访问Relation Service并且未注册时,会引发此异常。
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • RelationServiceNotRegisteredException

        public RelationServiceNotRegisteredException()
        默认构造函数,没有放入异常的消息。
      • RelationServiceNotRegisteredException

        public RelationServiceNotRegisteredException​(String message)
        具有给定消息的构造函数放在异常中。
        参数
        message - 详细信息。