|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.rad.model.ModelException
javax.rad.persist.DataSourceException
public class DataSourceException
The DataSourceException
is used to throw storage depending
Exception
's.
Constructor Summary | |
---|---|
DataSourceException(java.lang.String pErrorMessage)
Constructs the DataSourceException with the specified error message. |
|
DataSourceException(java.lang.String pErrorMessage,
java.lang.Throwable pMainCause)
Constructs the DataSourceException with the specified error message
and main cause. |
|
DataSourceException(java.lang.Throwable pMainCause)
Constructs the DataSourceException with the specified error message. |
Method Summary |
---|
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 |
---|
public DataSourceException(java.lang.String pErrorMessage)
DataSourceException
with the specified error message.
pErrorMessage
- the error message of the Exception
public DataSourceException(java.lang.Throwable pMainCause)
DataSourceException
with the specified error message.
pMainCause
- the Exception
, which followed to this Exception
.public DataSourceException(java.lang.String pErrorMessage, java.lang.Throwable pMainCause)
DataSourceException
with the specified error message
and main cause.
pErrorMessage
- the error message of the Exception
pMainCause
- the Exception
, which followed to this Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |