public class EntityManagerFactoryException extends RuntimeException
EntityManagerFactory when it fails to create
an EntityManager.| Constructor and Description |
|---|
EntityManagerFactoryException()
Creates a new instance of
EntityManagerFactoryException. |
EntityManagerFactoryException(String message)
Creates a new instance of
EntityManagerFactoryException. |
EntityManagerFactoryException(String message,
Throwable cause)
Creates a new instance of
EntityManagerFactoryException. |
EntityManagerFactoryException(Throwable cause)
Creates a new instance of
EntityManagerFactoryException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityManagerFactoryException()
EntityManagerFactoryException.public EntityManagerFactoryException(String message, Throwable cause)
EntityManagerFactoryException.message - the messagecause - the causepublic EntityManagerFactoryException(String message)
EntityManagerFactoryException.message - the messagepublic EntityManagerFactoryException(Throwable cause)
EntityManagerFactoryException.cause - the causeCopyright © 2016. All rights reserved.