To write our own Exception class
1)Our class must be subclass of Throwable or Exception class
2)Evert Exception class provide 2 constructors
a) no arguments
b) one argument i.e String argument
3) Optional: Overidding toString metod of java.lang.Object