モジュール java.naming
パッケージ javax.naming.directory

クラスSchemaViolationException

    • コンストラクタの詳細

      • SchemaViolationException

        public SchemaViolationException()
        SchemaViolationExceptionの新しいインスタンスを構築します。 ほかのフィールドはすべてnullに設定されます。
      • SchemaViolationException

        public SchemaViolationException​(String explanation)
        指定された説明を使用して、SchemaViolationExceptionのインスタンスを新しく構築します。 ほかのフィールドはすべてnullに設定されます。
        パラメータ:
        explanation - この例外に関する詳細情報。 nullも可。
        関連項目:
        Throwable.getMessage()