Class CollectionIsEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.blyznytsiaorg.bibernate.exception.BibernateGeneralException
io.github.blyznytsiaorg.bibernate.exception.CollectionIsEmptyException
- All Implemented Interfaces:
Serializable
Exception thrown when an operation or method expects a collection to contain elements,
but the provided collection is empty.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionIsEmptyException
(String message) Constructs a new CollectionIsEmptyException 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
-
CollectionIsEmptyException
Constructs a new CollectionIsEmptyException with the specified detail message.- Parameters:
message
- the detail message.
-