Class SnSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.searchservices.core.SnException
de.hybris.platform.searchservices.search.SnSearchException
- All Implemented Interfaces:
Serializable
Represents a search related exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with null as its detail message.SnSearchException(String message) Constructs a new exception with the specified detail message.SnSearchException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.SnSearchException(Throwable 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
-
SnSearchException
public SnSearchException()Constructs a new exception with null as its detail message.- See Also:
-
SnSearchException
Constructs a new exception with the specified detail message.- Parameters:
message- - the message- See Also:
-
SnSearchException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- - the messagecause- - the cause- See Also:
-
SnSearchException
Constructs a new exception with the specified cause.- Parameters:
cause- - the cause- See Also:
-