KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > UnavailableException

javax.servlet
Class UnavailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byjavax.servlet.UnavailableException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public Servlet getServlet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getUnavailableSeconds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isPermanent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnavailableException(int seconds,
                            Servlet servlet,
                            String msg)
See Also:
UnavailableException(String, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnavailableException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnavailableException(String msg,
                            int seconds)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnavailableException(Servlet servlet,
                            String msg)
See Also:
UnavailableException(String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags