|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal
Class DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.ModelException
com.ibm.portal.DataException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class DataException
- extends ModelException
Occurs when anything unexpected happened during access to data backend components.
- Since:
- 5.1.0.1
- See Also:
- Serialized Form
Constructor Summary
|
protected |
DataException()
Empty constructor |
|
DataException(java.lang.Throwable cause)
Initializes the exception with the reason of the exception. |
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataException
protected DataException()
- Empty constructor
DataException
public DataException(java.lang.Throwable cause)
- Initializes the exception with the reason of the exception.
- Parameters:
- cause - Root cause.
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |