Class SnSearchProviderNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.searchservices.core.SnRuntimeException
de.hybris.platform.searchservices.spi.SnSearchProviderNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a suitable search provider could not be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with null as its detail message.SnSearchProviderNotFoundException(String message) Constructs a new exception with the specified detail message.SnSearchProviderNotFoundException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs a new exception with the specified 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
-
SnSearchProviderNotFoundException
public SnSearchProviderNotFoundException()Constructs a new exception with null as its detail message.- See Also:
-
SnSearchProviderNotFoundException
Constructs a new exception with the specified detail message.- Parameters:
message- - the message- See Also:
-
SnSearchProviderNotFoundException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- - the messagecause- - the cause- See Also:
-
SnSearchProviderNotFoundException
Constructs a new exception with the specified cause.- Parameters:
cause- - the cause- See Also:
-