Hi, I was wondering if someone could help me with this question, please?
Question 3)
Write a class named ConnectionException that is a checked Exception. The constructor should receive an error message call the parent class passing details of the error that caused the Exception.
So far I have...
Any help would be appreciated