Class JndiNameException

All Implemented Interfaces:
Serializable

public class JndiNameException extends HibernateException
Indicates a problem with a given JNDI name being deemed as not valid.
See Also:
  • Constructor Details

    • JndiNameException

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