nectar.data
Class RecordNotFoundDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nectar.NectarException
nectar.data.DataException
nectar.data.RecordNotFoundDataException
- All Implemented Interfaces:
- java.io.Serializable
- public class RecordNotFoundDataException
- extends DataException
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecordNotFoundDataException
public RecordNotFoundDataException()
- Creates a new instance of RecordNotFoundDataException
RecordNotFoundDataException
public RecordNotFoundDataException(java.lang.String msg)
- Constructs an instance of
DataException with the specified detail message.
RecordNotFoundDataException
public RecordNotFoundDataException(java.lang.String msg,
java.lang.Throwable cause)