Module java.management

Class RelationNotFoundException

所有已实现的接口:
Serializable

public class RelationNotFoundException extends RelationException
当关系服务中没有给定关系ID的关系时,会引发此异常。
自 JDK 版本:
1.5
参见:
  • Constructor Details

    • RelationNotFoundException

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

      public RelationNotFoundException(String message)
      构造函数,将给定消息放入异常中。
      参数:
      message - 详细消息。