模块  java.naming

Class SchemaViolationException

    • 构造方法详细信息

      • SchemaViolationException

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

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