类 RelationNotFoundException

所有已实现的接口:
Serializable

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

    • RelationNotFoundException

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

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