Class ConnectionOpenErrorException

All Implemented Interfaces:
Serializable

public class ConnectionOpenErrorException extends DatabaseException
See Also:
  • Constructor Details

    • ConnectionOpenErrorException

      public ConnectionOpenErrorException(String url, Throwable cause)
    • ConnectionOpenErrorException

      public ConnectionOpenErrorException(String url, String user, String password, Throwable cause)
  • Method Details

    • getUrl

      public String getUrl()
    • getUser

      public String getUser()
    • getPassword

      public String getPassword()