Class ClassConstraintException

    • Constructor Detail

      • ClassConstraintException

        public ClassConstraintException()
        Constructs a new ClassConstraintException with null as its error message string.
      • ClassConstraintException

        public ClassConstraintException​(String message)
        Constructs a new ClassConstraintException with the specified error message.
      • ClassConstraintException

        public ClassConstraintException​(String message,
                                        Throwable initCause)
        Constructs a new ClassConstraintException with the specified error message and cause
        Since:
        6.0