Fabric3 JPA/Hibernate Extension

org.fabric3.jpa.runtime.proxy
Class EntityManagerCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fabric3.host.Fabric3Exception
              extended by org.fabric3.jpa.runtime.proxy.EntityManagerCreationException
All Implemented Interfaces:
Serializable

public class EntityManagerCreationException
extends org.fabric3.host.Fabric3Exception

Denotes an exception creating and associating an EntityManager with an execution context.

Version:
$Rev: 11083 $ $Date: 2012-06-21 10:38:50 +0000 (Thu, 21 Jun 2012) $
See Also:
Serialized Form

Constructor Summary
EntityManagerCreationException(String message)
           
EntityManagerCreationException(String message, Throwable cause)
           
EntityManagerCreationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.fabric3.host.Fabric3Exception
getIdentifier, printStackTraceElements
 
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

EntityManagerCreationException

public EntityManagerCreationException(String message)

EntityManagerCreationException

public EntityManagerCreationException(String message,
                                      Throwable cause)

EntityManagerCreationException

public EntityManagerCreationException(Throwable cause)

Fabric3 JPA/Hibernate Extension

Copyright © 2007-2012 Metaform Systems.