Constructors Summary |
---|
public NotIndexableException()Constructs a new NotIndexableException
super();
|
public NotIndexableException(String arg0)Constructs a new NotIndexableException with the specified detail message.
super(arg0);
|
public NotIndexableException(String arg0, Throwable arg1)Constructs a new NotIndexableException with the specified detail message
and nested exception.
super(arg0, arg1);
|
public NotIndexableException(Throwable arg0)Constructs a new NotIndexableException with a nested exception caused
this exception.
super(arg0);
|