public class SampleServiceProcessConditionErrorHandler extends java.lang.Object implements ServiceProcessErrorHandler
| コンストラクタと説明 |
|---|
SampleServiceProcessConditionErrorHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ServiceProcessErrorHandlerSchema |
getServiceProcessErrorHandlerSchema()
ServiceProcessのエラーハンドラスキーマを取得する
|
Session |
handle(ServiceProcess process,
Session session,
ServiceException ex)
ServiceProcessの例外処理を行う
|
public SampleServiceProcessConditionErrorHandler()
public Session handle(ServiceProcess process, Session session, ServiceException ex) throws ServiceProcessException, FatalException
ServiceProcessErrorHandlerhandle インタフェース内 ServiceProcessErrorHandlerprocess - 例外発生元プロセスsession - 例外発生元処理sessionServiceProcessExceptionFatalExceptionpublic ServiceProcessErrorHandlerSchema getServiceProcessErrorHandlerSchema()
getServiceProcessErrorHandlerSchema インタフェース内 ServiceProcessErrorHandler