Class IndexableInitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.search.api.type.IndexableInitializationException
All Implemented Interfaces:
Serializable

public class IndexableInitializationException extends RuntimeException
Exception thrown when there's an issue initializing an IndexableType.
See Also:
  • Constructor Details

    • IndexableInitializationException

      public IndexableInitializationException(String message, Exception e)
      Constructs a new runtime exception with the specified detail message and cause.

      Note that the detail message associated with cause is not automatically incorporated in this runtime exception's detail message.

      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).