java.lang.Object
java.lang.Throwable
java.lang.Exception
nectar.NectarException
nectar.data.DataException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RecordNotFoundDataException
- public class DataException
- extends nectar.NectarException
| 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 |
DataException
public DataException()
- Creates a new instance of
DataException without detail message.
DataException
public DataException(java.lang.String msg)
- Constructs an instance of
DataException with the specified detail message.
DataException
public DataException(java.lang.String msg,
java.lang.Throwable cause)