org.apache.openejb.jee
Class ErrorPage
java.lang.Object
org.apache.openejb.jee.ErrorPage
public class ErrorPage
- extends java.lang.Object
Field Summary |
protected java.math.BigInteger |
errorCode
|
protected java.lang.String |
exceptionType
|
protected java.lang.String |
id
|
protected java.lang.String |
location
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorCode
protected java.math.BigInteger errorCode
exceptionType
protected java.lang.String exceptionType
location
protected java.lang.String location
id
protected java.lang.String id
ErrorPage
public ErrorPage()
getErrorCode
public java.math.BigInteger getErrorCode()
setErrorCode
public void setErrorCode(java.math.BigInteger value)
getExceptionType
public java.lang.String getExceptionType()
setExceptionType
public void setExceptionType(java.lang.String value)
getLocation
public java.lang.String getLocation()
setLocation
public void setLocation(java.lang.String value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.