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...

What are the exceptions thrown by Servlets?

Answer Posted / tulasivani

The Expceptions thrown by the servlet can be in two
exception classes

1.Servlet Exception

public ServletException();
public ServletException(String message);
public Throwable getRootCause()


2.Servlet Unavailable Exception

public class UnavailableException extends ServletException

public UnavailableException(String message);
public UnavailableException(String message, int seconds);

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create war file?

1232


What methodology can be followed to store more number of objects in a remote server?

2318


What are the types of servlets? Explain

1329


Tell us something about servletconfig interface.

1054


What do you mean by the servlet chaining?

1148


Which event is fired at the time of setting, getting or removing attribute from application scope?

1195


How do we call one servlet from another servlet?

1103


Explain the difference between servletconfig and servletcontext in servlet?

1100


What is the difference between encodeRedirectUrl and encodeURL?

1170


What are the common methods that are included in the http servlet class?

1085


Differentiate between the get and post method

1123


What are the phases of a servlet life cycle?

1163


What is the major difference between context parameter and context attribute?

1168


What is servlet configuration?

1123


What is a servlet-to-servlet communcation?

1259