Package Summary  Overview Summary

class:SchemaViolationException [NONE]

constructor:<init>() [NONE]

  • SchemaViolationException

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

constructor:<init>(java.lang.String) [NONE]

  • 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()

© 2018 Oracle Corporation and/or its affiliates