クラス RepositoryCreationException

実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
FragmentNotImplementedExceptionIncompleteRepositoryCompositionExceptionQueryCreationExceptionUnsupportedFragmentException

public class RepositoryCreationException extends InvalidDataAccessApiUsageException
リポジトリ作成のコンテキストで例外がスローされました。
導入:
2.5
作成者:
Mark Paluch
関連事項:
  • コンストラクターの詳細

    • RepositoryCreationException

      public RepositoryCreationException(StringSE msg, ClassSE<?> repositoryInterface)
      RepositoryCreationException のコンストラクター。
      パラメーター:
      msg - 詳細メッセージ。
      repositoryInterface - リポジトリインターフェース。
    • RepositoryCreationException

      public RepositoryCreationException(StringSE msg, ThrowableSE cause, ClassSE<?> repositoryInterface)
      RepositoryException のコンストラクター。
      パラメーター:
      msg - 詳細メッセージ。
      cause - 使用中のデータアクセス API の根本原因。
      repositoryInterface - リポジトリインターフェース。
  • メソッドの詳細

    • getRepositoryInterface

      public ClassSE<?> getRepositoryInterface()