// rethrowing an Exception
try {
  :
  :
} catch ( IOException ioe ) {
 throw new SubsystemException( ioe.getMessage() );
}