com.objy.db
Class FetchCompletedWithErrors
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.objy.db.ObjyRuntimeException
|
+--com.objy.db.FetchFailedException
|
+--com.objy.db.FetchCompletedWithErrors
- All Implemented Interfaces:
- Serializable
- public class FetchCompletedWithErrors
- extends FetchFailedException
Signals that a fetch operation did not complete successfully.
An exception of this class is thrown by the default implementation
of the activate method,
which is called at the end of the fetch operation.
You can override activate to explicitly handle the errors.
- See Also:
- Serialized Form
FetchCompletedWithErrors
public FetchCompletedWithErrors(String message,
Object object,
Vector fetchFailedInfos)
- Reserved for internal use.
You should not use this constructor directly.
Copyright © 2000 Objectivity, Inc. All rights reserved.