com.ashridgetech.prevdb.store
Class DataException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ashridgetech.prevdb.store.DataException
- All Implemented Interfaces:
- Serializable
- public class DataException
- extends Exception
An exception indicating a problem with a data store operation
- Version:
- 1.0
- Author:
- paulb
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataException
public DataException(String message)
- Construct a new
DataException
with just a message.
- Parameters:
message
- the exception message
DataException
public DataException(String message,
Exception cause)
- Construct a new
DataException
with a message and a cause.
- Parameters:
message
- the exception messagecause
- the cause of the exception
DataException
public DataException(Exception cause)
- Construct a new
DataException
with only a cause.
- Parameters:
cause
- the cause of the exception
Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.