Module java.management

Class RelationTypeNotFoundException

所有已实现的接口:
Serializable

public class RelationTypeNotFoundException extends RelationException
当关系服务中没有给定名称的关系类型时,会引发此异常。
自从:
1.5
参见:
  • Constructor Details

    • RelationTypeNotFoundException

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

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