|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
se.kmr.scam.client.http.HttpException
Title:
Description:
Copyright: Copyright (c) 2002
Company:
Field Summary | |
static Hashtable |
_map
|
static String |
ACCESS_DENIED
|
static String |
CHAIN
Error code for errors that occures executing the chain |
static String |
EXECUTE
|
static String |
INTERNAL
Error code for errors occured during initializing the objects |
static String |
MANIFEST_ALREADY_EXISTS
|
static String |
MANIFEST_NOT_FOUND
|
static String |
MISSING_PARAM
Error code for a errors that occures during the process of parsing the command chain definition |
static String |
NOT_FOUND
|
static String |
NOT_PERMITTED
|
static String |
SERVER
Error code for errors that occures on the server |
static String |
UNKNOWN
Error code for a unknown error |
Constructor Summary | |
HttpException(String msg)
|
|
HttpException(String msg,
String parameter)
|
|
HttpException(String msg,
Throwable ex)
|
|
HttpException(Throwable ex)
|
Method Summary | |
static HttpException |
getInstance(ArchiveException ex)
|
String |
getParameter()
|
Methods inherited from class javax.servlet.ServletException |
getRootCause |
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 |
public static final String UNKNOWN
public static final String MISSING_PARAM
public static final String INTERNAL
public static final String SERVER
public static final String CHAIN
public static final String EXECUTE
public static final String MANIFEST_ALREADY_EXISTS
public static final String MANIFEST_NOT_FOUND
public static final String NOT_FOUND
public static final String ACCESS_DENIED
public static final String NOT_PERMITTED
public static Hashtable _map
Constructor Detail |
public HttpException(String msg)
public HttpException(String msg, String parameter)
public HttpException(String msg, Throwable ex)
public HttpException(Throwable ex)
Method Detail |
public static HttpException getInstance(ArchiveException ex)
public String getParameter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |