Class JndiException

All Implemented Interfaces:
Serializable

public class JndiException extends HibernateException
An exception indicating trouble accessing JNDI
See Also:
  • Constructor Details

    • JndiException

      public JndiException(String message, Throwable cause)
      Constructs a JndiException
      Parameters:
      message - Message explaining the exception condition
      cause - The underlying cause
    • JndiException

      public JndiException(String message)
      Constructs a JndiException
      Parameters:
      message - Message explaining the exception condition