Class ConnectionException

All Implemented Interfaces:
Serializable

public class ConnectionException extends DataJetException
Thrown when a DataJet cannot connect to the specified database. If the database is online and available, check your connection properties in setConnection.
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String msg)
      Class constructor specifying the message to add.
      Parameters:
      msg - the message to add