Class IndexableInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.search.api.type.IndexableInitializationException
- All Implemented Interfaces:
Serializable
Exception thrown when there's an issue initializing an
IndexableType
.- See Also:
-
Constructor Summary
ConstructorDescriptionIndexableInitializationException
(String message, Exception e) Constructs a new runtime exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexableInitializationException
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 theThrowable.getMessage()
method).
-