Class GeneralErrorBean
- java.lang.Object
 - 
- de.xima.fc.user_portal.bean.error.GeneralErrorBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @RequestScoped public class GeneralErrorBean extends Object implements Serializable
Bean for displaying general error pages.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GeneralErrorBean(String errorCode, ErrorRegistry errorRegistry, UserPortalLocaleManager localeManager) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetailText()StringgetHeaderText()intgetStatusCode() 
 - 
 
- 
- 
Constructor Detail
- 
GeneralErrorBean
@Inject public GeneralErrorBean(String errorCode, ErrorRegistry errorRegistry, UserPortalLocaleManager localeManager)
 
 - 
 
 -