Serialized Form


Package org.dartra.framework.dao

Class org.dartra.framework.dao.DataAccessException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

The throwable that caused this throwable to get thrown, or null if this throwable was not caused by another throwable, or if the causative throwable is unknown. If this field is equal to this throwable itself, it indicates that the cause of this throwable has not yet been initialized.

This mimics the J2SE 1.4 Throwable cause, but is implemented explicitly to ensure J2ME compatibility