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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DataException(Exception cause)
          Construct a new DataExceptionwith only a cause.
DataException(String message)
          Construct a new DataExceptionwith just a message.
DataException(String message, Exception cause)
          Construct a new DataExceptionwith a message and a cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataException

public DataException(String message)
Construct a new DataExceptionwith just a message.

Parameters:
message - the exception message

DataException

public DataException(String message,
                     Exception cause)
Construct a new DataExceptionwith a message and a cause.

Parameters:
message - the exception message
cause - the cause of the exception

DataException

public DataException(Exception cause)
Construct a new DataExceptionwith only a cause.

Parameters:
cause - the cause of the exception


Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.