org.apache.aries.jpa.container.impl
Class InvalidPersistenceUnitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.jpa.container.impl.InvalidPersistenceUnitException
All Implemented Interfaces:
Serializable

public class InvalidPersistenceUnitException
extends Exception

This exception is thrown if an EntityManagerFactoryManager has entered an invalid state and needs to be destroyed

See Also:
Serialized Form

Constructor Summary
InvalidPersistenceUnitException()
           
InvalidPersistenceUnitException(Exception e)
           
 
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

InvalidPersistenceUnitException

public InvalidPersistenceUnitException(Exception e)

InvalidPersistenceUnitException

public InvalidPersistenceUnitException()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.