Class SnException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.searchservices.core.SnException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SnIndexerException, SnIndexException, SnSearchException, SnSuggestException

public class SnException extends Exception
Represents a search related exception.
See Also:
  • Constructor Details

    • SnException

      public SnException()
      Constructs a new exception with null as its detail message.
      See Also:
    • SnException

      public SnException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - - the message
      See Also:
    • SnException

      public SnException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - - the message
      cause - - the cause
      See Also:
    • SnException

      public SnException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - - the cause
      See Also: