@Name(value="errorSeamComponent") @Scope(value=CONVERSATION) public class SeamErrorComponent extends Object implements Serializable
Constructor and Description |
---|
SeamErrorComponent() |
Modifier and Type | Method and Description |
---|---|
void |
checkedErrorAfterCreation() |
String |
getCheckedError() |
String |
getCheckedErrorFactoryEvent() |
int |
getCounterValue() |
String |
getSecurityError() |
String |
getSecurityErrorFactoryEvent() |
String |
getUncheckedError() |
String |
getUncheckedErrorFactoryEvent() |
String |
performCheckedError() |
String |
performConcurrentRequestTimeoutException() |
String |
performPureRollback() |
String |
performRecoverableClientException() |
String |
performSecurityError() |
String |
performUncheckedError() |
void |
uncheckedErrorAfterCreation() |
public void checkedErrorAfterCreation() throws ClientException
ClientException
public void uncheckedErrorAfterCreation()
public String getCheckedError() throws ClientException
ClientException
public String getUncheckedError()
public String getSecurityError() throws DocumentSecurityException
DocumentSecurityException
@Factory(value="checkedErrorFactoryEvent", scope=EVENT) public String getCheckedErrorFactoryEvent() throws ClientException
ClientException
@Factory(value="uncheckedErrorFactoryEvent", scope=EVENT) public String getUncheckedErrorFactoryEvent()
@Factory(value="securityErrorFactoryEvent", scope=EVENT) public String getSecurityErrorFactoryEvent() throws DocumentSecurityException
DocumentSecurityException
public String performCheckedError() throws ClientException
ClientException
public String performUncheckedError()
public String performSecurityError() throws DocumentSecurityException
DocumentSecurityException
public String performRecoverableClientException() throws RecoverableClientException
RecoverableClientException
public String performPureRollback()
public String performConcurrentRequestTimeoutException() throws Exception
Exception
public int getCounterValue()
Copyright © 2013 Nuxeo SA. All Rights Reserved.