Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is it possible to create Userdefined Unchecked Exception
also?If Yes, give an example?

Answer Posted / chinna

Yes,

public class UnCheckedExceptionExam extends RuntimeException
{

public UnCheckedExceptionExam(){
System.out.println("No argument");
}
public UnCheckedExceptionExam(String message){
System.out.println(message);
System.out.println(initCause(new Throwable("define
exception")));
}
public UnCheckedExceptionExam(Throwable cause){
System.out.println(cause.getCause());
}
public UnCheckedExceptionExam(String message,Throwable
cause){
System.out.println(message);
System.out.println(cause.getCause());

}
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of interface used in the java collections? : java collections

1007


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

2298


What are maps interfaces in the java collections? : java collections

1007


my interviewer asked me what technical specification you used how to answer that question

2327


How is hashset maintained in memory by java ?

1105


What are the types of the main implementing classes in the map interfaces? : java collections

1101


What are the different types of ways where you can iterate over a list? : java collections

963


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

3002


What are the different types of features of the java collections framework? : java collections

1061


What is the enumerator of the java collection framework? : java collections

995


What is the Spring2.5 MVC Navigation flow?

6315


What are the different types of classes implemented in the set interfaces? : java collections

1017


Which interface does java.util.hashtable implement?

1150


What are the differences between the java collection and the java list? : java collections

1057


What are the classes in the java collection framework? : java collections

992