Class ViewConstraintException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UniqueConstraintException, UnmodifiableViewException

public class ViewConstraintException extends DatabaseException
Thrown when attempting to perform an illegal view alteration.
See Also:
  • Constructor Details

    • ViewConstraintException

      public ViewConstraintException()
    • ViewConstraintException

      public ViewConstraintException(String message)
  • Method Details