javax.servlet
Class UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
javax.servlet.UnavailableException
- All Implemented Interfaces:
- java.io.Serializable
public class UnavailableException
- extends ServletException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnavailableException
public UnavailableException(java.lang.String message)
UnavailableException
public UnavailableException(java.lang.String message,
int sec)
UnavailableException
public UnavailableException(Servlet servlet,
java.lang.String message)
- Deprecated.
UnavailableException
public UnavailableException(int sec,
Servlet servlet,
java.lang.String message)
- Deprecated.
getUnavailableSeconds
public int getUnavailableSeconds()
isPermanent
public boolean isPermanent()
getServlet
public Servlet getServlet()
- Deprecated.