javax.rad.persist
Class DataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.rad.model.ModelException
javax.rad.persist.DataSourceException
- All Implemented Interfaces:
- Serializable
public class DataSourceException
- extends ModelException
The DataSourceException is used to throw storage depending
Exception's.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataSourceException
public DataSourceException(String pErrorMessage)
- Constructs the
DataSourceException with the specified error message.
- Parameters:
pErrorMessage - the error message of the Exception
DataSourceException
public DataSourceException(String pErrorMessage,
Throwable pMainCause)
- Constructs the
DataSourceException with the specified error message
and main cause.
- Parameters:
pErrorMessage - the error message of the ExceptionpMainCause - The Exception, which followed to this Exception.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.