1: public SquareRootException() 2: { 3: this("Attempted square root of a negative number."); 4: } // end default constructor 5: // Version 4.0