Class SnSearchException

All Implemented Interfaces:
Serializable

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

    • SnSearchException

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

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

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

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