In my web application created a User defined exception extends with Exception.Is it Checked or unchecked exception
public class InvalidDataException extends Exc
THere are two classes call as partially checked exception.
1.) Exception class
2.) throwable class
It calls partially checked because some of their subclasses are Unchecked. So you have extended the Exception class then it's Checked exception