Multiple choice Which of the following methods is not defined in the SQLException class in java? getErrorCode() getNextException() getPreviousException() getSQLState() setNextException(SQLException ex) Reveal answer Fill a bubble to check yourself C Correct answer Explanation There is no method named getPreviosException() in java database programing. So, this answer is true.