public class EntityManagerException extends RuntimeException
| Constructor and Description |
|---|
EntityManagerException()
Creates a new instance of
EntityManagerException without
detail message. |
EntityManagerException(String msg)
Constructs an instance of
EntityManagerException with the
specified detail message. |
EntityManagerException(String message,
Throwable cause)
Creates an instance of
EntityManagerException with the given
message and cause. |
EntityManagerException(Throwable cause)
Creates a new instance of
EntityManagerException with the
given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityManagerException()
EntityManagerException without
detail message.public EntityManagerException(String msg)
EntityManagerException with the
specified detail message.msg - the detail message.public EntityManagerException(String message, Throwable cause)
EntityManagerException with the given
message and cause.message - the messagecause - the causepublic EntityManagerException(Throwable cause)
EntityManagerException with the
given cause.cause - the cause.Copyright © 2016. All rights reserved.