public class JndiException extends HibernateException
| Constructor and Description |
|---|
JndiException(String message)
Constructs a JndiException
|
JndiException(String message,
Throwable cause)
Constructs a JndiException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JndiException(String message, Throwable cause)
message - Message explaining the exception conditioncause - The underlying causepublic JndiException(String message)
message - Message explaining the exception conditionCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.