Objectivity for Java Reference

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

Constructor Summary
FetchCompletedWithErrors(String message, Object object, Vector fetchFailedInfos)
          Reserved for internal use.
 
Methods inherited from class com.objy.db.FetchFailedException
getObject, reportErrors
 
Methods inherited from class com.objy.db.ObjyRuntimeException
errors, setErrors
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FetchCompletedWithErrors

public FetchCompletedWithErrors(String message,
                                Object object,
                                Vector fetchFailedInfos)
Reserved for internal use.

You should not use this constructor directly.


Objectivity for Java Reference

Copyright © 2000 Objectivity, Inc. All rights reserved.