Java javax.servlet UnavailableException fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet UnavailableException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet UnavailableException.

The text is from its open source code.

Constructor

UnavailableException(String msg)
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(Servlet servlet, String msg)
UnavailableException(String msg, int seconds)
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.

Method

StringgetMessage()
Returns the detail message string of this throwable.
intgetUnavailableSeconds()
Returns the number of seconds the servlet expects to be temporarily unavailable.
booleanisPermanent()
Returns a boolean indicating whether the servlet is permanently unavailable.