org.objectweb.speedo.api
Class SpeedoPMFException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.speedo.api.SpeedoException
|
+--org.objectweb.speedo.api.SpeedoPMFException
- All Implemented Interfaces:
- java.io.Serializable
- public class SpeedoPMFException
- extends SpeedoException
This class corresponds to exceptions thrown by the PersistenceManagerFactory
- Author:
- Y. Devaux
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpeedoPMFException
public SpeedoPMFException()
SpeedoPMFException
public SpeedoPMFException(java.lang.String s)
SpeedoPMFException
public SpeedoPMFException(java.lang.Exception nested)
SpeedoPMFException
public SpeedoPMFException(java.lang.String s,
java.lang.Exception nested)