org.apache.openejb.jee
Class ErrorPage

java.lang.Object
  extended by org.apache.openejb.jee.ErrorPage

public class ErrorPage
extends Object


Field Summary
protected  BigInteger errorCode
           
protected  String exceptionType
           
protected  String id
           
protected  String location
           
 
Constructor Summary
ErrorPage()
           
 
Method Summary
 BigInteger getErrorCode()
           
 String getExceptionType()
           
 String getId()
           
 String getLocation()
           
 void setErrorCode(BigInteger value)
           
 void setExceptionType(String value)
           
 void setId(String value)
           
 void setLocation(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected BigInteger errorCode

exceptionType

protected String exceptionType

location

protected String location

id

protected String id
Constructor Detail

ErrorPage

public ErrorPage()
Method Detail

getErrorCode

public BigInteger getErrorCode()

setErrorCode

public void setErrorCode(BigInteger value)

getExceptionType

public String getExceptionType()

setExceptionType

public void setExceptionType(String value)

getLocation

public String getLocation()

setLocation

public void setLocation(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.