Class SnIndexTypeNotFoundException

All Implemented Interfaces:
Serializable

public class SnIndexTypeNotFoundException extends SnRuntimeException
Exception thrown when an index type could not be found.
See Also:
  • Constructor Details

    • SnIndexTypeNotFoundException

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

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

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

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