public class JavaExceptionExample extends Exception{ public JavaExceptionExample(){ } public JavaExceptionExample(String s){ //String parameter which is the detail message of the exception. } }