Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 552 Bytes

ClassLimitationCreationException.md

File metadata and controls

14 lines (9 loc) · 552 Bytes

ClassLimitationCreationException

The ClassLimitationCreationException class is an exception thrown when there is an issue creating a class limitation. It extends the BibernateGeneralException class.

Description

This class extends BibernateGeneralException and provides a constructor to create instances with a specified detail message.

Constructor

  1. ClassLimitationCreationException(String message)
    • Constructs a new ClassLimitationCreationException with the specified detail message.