Class ClassLimitationCreationException

All Implemented Interfaces:
Serializable

public class ClassLimitationCreationException extends BibernateGeneralException
Exception thrown when there is an issue creating a class limitation. Extends BibernateGeneralException.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • ClassLimitationCreationException

      public ClassLimitationCreationException(String message)
      Constructs a new ClassLimitationCreationException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).