Serialized Form


Package org.apache.manifoldcf.agents.interfaces

Class org.apache.manifoldcf.agents.interfaces.ServiceInterruption extends java.lang.Exception implements Serializable

Serialized Fields

retryTime

long retryTime
This is the time (in milliseconds since epoch) when to retry the request.


failTime

long failTime
This is the time (in milliseconds since epoch) to FAIL if no successful read has yet occurred.


failRetryCount

int failRetryCount
This is the number of retries to permit before FAIL. -1 means infinite.


abortOnFail

boolean abortOnFail
Should we abort the process if failure condition has been reached?


Package org.apache.manifoldcf.core.interfaces

Class org.apache.manifoldcf.core.interfaces.LockException extends java.lang.Exception implements Serializable

Class org.apache.manifoldcf.core.interfaces.ManifoldCFException extends java.lang.Exception implements Serializable

Serialized Fields

errcode

int errcode

Package org.apache.manifoldcf.core.lockmanager

Class org.apache.manifoldcf.core.lockmanager.ExpiredObjectException extends java.lang.Exception implements Serializable

Class org.apache.manifoldcf.core.lockmanager.LocalLockException extends java.lang.Exception implements Serializable


Package org.apache.manifoldcf.scriptengine

Class org.apache.manifoldcf.scriptengine.ScriptException extends java.lang.Exception implements Serializable