se.kmr.scam.client.http.helper
Class ErrorBean

java.lang.Object
  extended byse.kmr.scam.client.http.helper.ErrorBean

public class ErrorBean
extends Object

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand

Field Summary
static String NAME
           
 
Constructor Summary
ErrorBean(HttpException ex)
          Constructor
 
Method Summary
 HttpException getException()
           
 String getStatus()
           
 void setStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

ErrorBean

public ErrorBean(HttpException ex)
Constructor

Parameters:
ex - HTTP Exception
Method Detail

setStatus

public void setStatus(String status)

getStatus

public String getStatus()

getException

public HttpException getException()


Copyright © 2003 SCAM. All Rights Reserved.