Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.persistence
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.mtj.core.persistence.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends Exception

An exception that may occur during the process of persisting platform components.

Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.

See Also:
Serialized Form

Constructor Summary
PersistenceException()
          Construct a new exception.
PersistenceException(String message)
          Construct a new exception.
PersistenceException(String message, Throwable cause)
          Construct a new exception.
PersistenceException(Throwable cause)
          Construct a new exception.
 
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

PersistenceException

public PersistenceException()
Construct a new exception.


PersistenceException

public PersistenceException(String message)
Construct a new exception.

Parameters:
message -

PersistenceException

public PersistenceException(Throwable cause)
Construct a new exception.

Parameters:
cause -

PersistenceException

public PersistenceException(String message,
                            Throwable cause)
Construct a new exception.

Parameters:
message -
cause -

Mobile Tools for Java
Release 1.0