|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--JSPservletPkg.JSPloaderException
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.
JSPloader
,
CRLchecker
, Serialized FormField 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.Throwable |
backtrace,
detailMessage,
serialVersionUID |
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,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
static final int JLE_OTHER
static final int JLE_LDAPACCESS
static final int JLE_LDAPCONFIG
static final int JLE_CERT
static final int JLE_REVOKED
public static final int JLE_UNDEF
public int reason
Constructor Detail |
JSPloaderException(JSPhandler jh, java.lang.String detail)
handler
- JSPhandlerdetail
- diagnosis messageJSPloaderException(JSPhandler jh, java.lang.String detail, int reason)
handler
- JSPhandlerdetail
- diagnosis messagereason
- exception reason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |