Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

JSPservletPkg
Class JSPloaderException  view JSPloaderException download JSPloaderException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byJSPservletPkg.JSPloaderException
All Implemented Interfaces:
java.io.Serializable

public class JSPloaderException
extends java.lang.Exception

JSPloader specific exception.

Copyright (c) 2000-2001

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; version 2
 of the License.
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 

Version:
1, 0

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
(package private) static int JLE_CERT
          Invalid certificate chain: permanent exception for a protection domain
(package private) static int JLE_LDAPACCESS
          Temporary exception: probable cause Directory server unavailability
(package private) static int JLE_LDAPCONFIG
          Misconfigured LDAP URL: permanent exception
(package private) static int JLE_OTHER
          Exception reasons without special handling
(package private) static int JLE_REVOKED
          Revoked certificate: permanent exception for a protection domain
static int JLE_UNDEF
          archive not defined
 int reason
          Exception reason
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) JSPloaderException(JSPhandler jh, java.lang.String detail)
          Constructor for reasons without special handling.
(package private) JSPloaderException(JSPhandler jh, java.lang.String detail, int reason)
          Constructor for reasons without special handling.
 
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
 

Field Detail

JLE_OTHER

static final int JLE_OTHER
Exception reasons without special handling

See Also:
Constant Field Values

JLE_LDAPACCESS

static final int JLE_LDAPACCESS
Temporary exception: probable cause Directory server unavailability

See Also:
Constant Field Values

JLE_LDAPCONFIG

static final int JLE_LDAPCONFIG
Misconfigured LDAP URL: permanent exception

See Also:
Constant Field Values

JLE_CERT

static final int JLE_CERT
Invalid certificate chain: permanent exception for a protection domain

See Also:
Constant Field Values

JLE_REVOKED

static final int JLE_REVOKED
Revoked certificate: permanent exception for a protection domain

See Also:
Constant Field Values

JLE_UNDEF

public static final int JLE_UNDEF
archive not defined

See Also:
Constant Field Values

reason

public int reason
Exception reason

Constructor Detail

JSPloaderException

JSPloaderException(JSPhandler jh,
                   java.lang.String detail)
Constructor for reasons without special handling.


JSPloaderException

JSPloaderException(JSPhandler jh,
                   java.lang.String detail,
                   int reason)
Constructor for reasons without special handling.