org.apache.openejb.jee
Class ErrorPage
java.lang.Object
org.apache.openejb.jee.ErrorPage
public class ErrorPage
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorCode
protected BigInteger errorCode
exceptionType
protected String exceptionType
location
protected String location
id
protected String id
ErrorPage
public ErrorPage()
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.