|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.liquidsite.core.data.DataObjectException
A data object exception. This exception is thrown when the data objects couldn't be read from or written to the data source (i.e. the database).
| Constructor Summary | |
DataObjectException(java.lang.Exception cause)
Creates a new data object exception. |
|
DataObjectException(java.lang.String message)
Creates a new data object exception. |
|
DataObjectException(java.lang.String message,
java.lang.Exception cause)
Creates a new data object exception. |
|
| 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 DataObjectException(java.lang.String message)
message - the error messagepublic DataObjectException(java.lang.Exception cause)
cause - the root cause to the error
public DataObjectException(java.lang.String message,
java.lang.Exception cause)
message - the error messagecause - the root cause to the error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||