public class ServiceErrorHandlerSkipImpl extends java.lang.Object implements ServiceErrorHandler, java.io.Serializable
コンストラクタと説明 |
---|
ServiceErrorHandlerSkipImpl(Key[] nullKeys) |
ServiceErrorHandlerSkipImpl(java.lang.Object clearValue) |
修飾子とタイプ | メソッドと説明 |
---|---|
ServiceErrorHandlerSchema |
getServiceErrorHandlerSchema()
エラーハンドラのスキーマオブジェクトを取得する。
|
Session |
handle(Service service,
Session session,
java.lang.Exception ex)
エラーのハンドリング処理を行う
|
public ServiceErrorHandlerSkipImpl(Key[] nullKeys)
public ServiceErrorHandlerSkipImpl(java.lang.Object clearValue)
public Session handle(Service service, Session session, java.lang.Exception ex) throws ServiceException, FatalException
ServiceErrorHandler
handle
インタフェース内 ServiceErrorHandler
service
- 実行サービスsession
- 実行セッションex
- catchされた例外ServiceException
- 業務系エラーの送出FatalException
- エラーハンドリング処理で致命的エラー発生public ServiceErrorHandlerSchema getServiceErrorHandlerSchema()
getServiceErrorHandlerSchema
インタフェース内 ServiceErrorHandler