Class CollectionIsEmptyException

All Implemented Interfaces:
Serializable

public class CollectionIsEmptyException extends BibernateGeneralException
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 Details

    • CollectionIsEmptyException

      public CollectionIsEmptyException(String message)
      Constructs a new CollectionIsEmptyException with the specified detail message.
      Parameters:
      message - the detail message.