Class ClassLimitationCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.blyznytsiaorg.bibernate.exception.BibernateGeneralException
io.github.blyznytsiaorg.bibernate.exception.ClassLimitationCreationException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an issue creating a class limitation.
Extends
BibernateGeneralException
.- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
ConstructorDescriptionClassLimitationCreationException
(String message) Constructs a new ClassLimitationCreationException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassLimitationCreationException
Constructs a new ClassLimitationCreationException with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval by theThrowable.getMessage()
method).
-