Purchase Solution

ChatIOException.java

Not what you're looking for?

Ask Custom Question

My problem is an exception class called ChatIOException that extends from IOException that is imported from the java.io package in order to extend IOException. Also, the ChatIOException class is within the package name javatraining.example.multithreads.chat

There are 2 constructors that need to be declared for the ChatIOException class.

The first is a default constructor for the ChatIOException class. This constructor takes in no parameters and calls super() within the implementation block.

The second constructor takes in a string as a parameter and passes this string into the call to super();

Purchase this Solution

Solution Summary

ChatIOException.java is utilized.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.