Class CollectionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.search.exception.CollectionNotFoundException
All Implemented Interfaces:
Serializable

public class CollectionNotFoundException extends com.skava.core.ECommerceException
The Class CollectionNotFoundException
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionNotFoundException

      public CollectionNotFoundException(String id)
      This method is used to throw collection not found exception.
      Parameters:
      id - It refers whether the collection is available or not.
    • CollectionNotFoundException

      public CollectionNotFoundException(long id)