Module  java.management

Class RelationNotFoundException

  • All Implemented Interfaces:
    Serializable


    public class RelationNotFoundException
    extends RelationException
    当关系服务中的给定关系ID没有关系时,会引发此异常。
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • RelationNotFoundException

        public RelationNotFoundException​()
        默认构造函数,没有消息放在异常中。
      • RelationNotFoundException

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