|
Mobile Tools for Java Release 1.0 |
||||||||||
| 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.eclipse.mtj.core.persistence.PersistenceException
public class PersistenceException
PersistenceException class wraps any exception that may be thrown during the
persistence of any class implementing the IPersistable interface.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Constructor Summary | |
|---|---|
PersistenceException()
Create a PersistenceException instance without any message or Throwable cause. |
|
PersistenceException(String message)
Creates a PersistenceException with the specified error message. |
|
PersistenceException(String message,
Throwable cause)
Creates a PersistenceException with the specified error message and the specified exception as the root cause. |
|
PersistenceException(Throwable cause)
Creates a PersistenceException with the specified exception as the root cause. |
|
| 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 PersistenceException()
Throwable cause.
public PersistenceException(String message)
message - error message.
public PersistenceException(String message,
Throwable cause)
message - error message.cause - error cause.public PersistenceException(Throwable cause)
cause - error cause.
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||