Module  java.naming

Class SchemaViolationException

    • 构造方法详细信息

      • SchemaViolationException

        public SchemaViolationException​()
        构造一个新的SchemaViolationException实例。 所有字段都设置为null。
      • SchemaViolationException

        public SchemaViolationException​(String explanation)
        使用提供的说明构造一个新的SchemaViolationException实例。 所有其他字段都设置为null。
        参数
        explanation - 有关此异常的详细信息。 可以为null。
        另请参见:
        Throwable.getMessage()