类 RelationTypeNotFoundException

所有已实现的接口:
Serializable

public class RelationTypeNotFoundException extends RelationException
当关系服务中没有给定名称的关系类型时会引发此异常。
自从:
1.5
参见:
  • 构造方法详细信息

    • RelationTypeNotFoundException

      public RelationTypeNotFoundException()
      默认构造方法,没有异常消息。
    • RelationTypeNotFoundException

      public RelationTypeNotFoundException(String  message)
      具有给定消息的构造方法置于异常中。
      参数:
      message - 详细信息。