1Z0-829 • Practice Test 21
Free 1Z0-829 practice test — 15 questions with explanations. Set 21. No signup required.
Given the code in the exhibit, which of the following is true about this custom exception?
Refer to the exhibit.
public class CustomException extends RuntimeException {
public CustomException(String message) {
super(message);
}
}
Usage:
throw new CustomException("Error");