java.lang.Object
java.lang.Throwable
java.lang.Exception
JSPservletPkg.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 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 |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
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.