Handle exception types, including SQL exceptions, network exceptions, communication exceptions, network timeout exceptions;
use catch statements;
use base class of an exception;
implement try-catchfinally blocks;
throw exceptions;
rethrow an exception;
create custom exceptions;
handle inner exceptions;
handle aggregate exceptions