org.apache.openejb.jee
Class ErrorPage

java.lang.Object
  extended by 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
           
 
Constructor Summary
ErrorPage()
           
 
Method Summary
 java.math.BigInteger getErrorCode()
           
 java.lang.String getExceptionType()
           
 java.lang.String getId()
           
 java.lang.String getLocation()
           
 void setErrorCode(java.math.BigInteger value)
           
 void setExceptionType(java.lang.String value)
           
 void setId(java.lang.String value)
           
 void setLocation(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected java.math.BigInteger errorCode

exceptionType

protected java.lang.String exceptionType

location

protected java.lang.String location

id

protected java.lang.String id
Constructor Detail

ErrorPage

public ErrorPage()
Method Detail

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.