public class RecordFilterNotFoundException
extends java.lang.Exception
| Constructor and Description |
|---|
RecordFilterNotFoundException()
Instantiates a new record filer exception.
|
RecordFilterNotFoundException(java.lang.String arg0)
Instantiates a new record filer exception.
|
RecordFilterNotFoundException(java.lang.String arg0,
java.lang.Throwable arg1)
Instantiates a new record filer exception.
|
RecordFilterNotFoundException(java.lang.Throwable arg0)
Instantiates a new record filer exception.
|
public RecordFilterNotFoundException()
public RecordFilterNotFoundException(java.lang.String arg0)
arg0 - the arg0public RecordFilterNotFoundException(java.lang.Throwable arg0)
arg0 - the arg0public RecordFilterNotFoundException(java.lang.String arg0,
java.lang.Throwable arg1)
arg0 - the arg0arg1 - the arg1