se.kmr.scam.client.http
Class HttpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byse.kmr.scam.client.http.HttpException
All Implemented Interfaces:
Serializable

public class HttpException
extends ServletException

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand
See Also:
Serialized Form
Created:
den 17 juni 2002

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

UNKNOWN

public static final String UNKNOWN
Error code for a unknown error

See Also:
Constant Field Values

MISSING_PARAM

public static final String MISSING_PARAM
Error code for a errors that occures during the process of parsing the command chain definition

See Also:
Constant Field Values

INTERNAL

public static final String INTERNAL
Error code for errors occured during initializing the objects

See Also:
Constant Field Values

SERVER

public static final String SERVER
Error code for errors that occures on the server

See Also:
Constant Field Values

CHAIN

public static final String CHAIN
Error code for errors that occures executing the chain

See Also:
Constant Field Values

EXECUTE

public static final String EXECUTE
See Also:
Constant Field Values

MANIFEST_ALREADY_EXISTS

public static final String MANIFEST_ALREADY_EXISTS
See Also:
Constant Field Values

MANIFEST_NOT_FOUND

public static final String MANIFEST_NOT_FOUND
See Also:
Constant Field Values

NOT_FOUND

public static final String NOT_FOUND
See Also:
Constant Field Values

ACCESS_DENIED

public static final String ACCESS_DENIED
See Also:
Constant Field Values

NOT_PERMITTED

public static final String NOT_PERMITTED
See Also:
Constant Field Values

_map

public static Hashtable _map
Constructor Detail

HttpException

public HttpException(String msg)

HttpException

public HttpException(String msg,
                     String parameter)

HttpException

public HttpException(String msg,
                     Throwable ex)

HttpException

public HttpException(Throwable ex)
Method Detail

getInstance

public static HttpException getInstance(ArchiveException ex)

getParameter

public String getParameter()


Copyright © 2003 SCAM. All Rights Reserved.