Package anderix.datajets
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
anderix.datajets.DataJetException
anderix.datajets.ConnectionException
- All Implemented Interfaces:
 Serializable
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 Summary
ConstructorsConstructorDescriptionClass constructor specifying the message to add. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConnectionException
Class constructor specifying the message to add.- Parameters:
 msg- the message to add
 
 -