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

Fields inherited from class org.objectweb.speedo.api.SpeedoException
nestedException
 
Constructor Summary
SpeedoPMFException()
           
SpeedoPMFException(java.lang.Exception nested)
           
SpeedoPMFException(java.lang.String s)
           
SpeedoPMFException(java.lang.String s, java.lang.Exception nested)
           
 
Methods inherited from class org.objectweb.speedo.api.SpeedoException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)