Module java.naming

Class SchemaViolationException

    • Constructor Detail

      • SchemaViolationException

        public SchemaViolationException()
        Constructs a new instance of SchemaViolationException. All fields are set to null.
      • SchemaViolationException

        public SchemaViolationException​(String explanation)
        Constructs a new instance of SchemaViolationException using the explanation supplied. All other fields are set to null.
        Parameters:
        explanation - Detail about this exception. Can be null.
        See Also:
        Throwable.getMessage()