Serialized Form


Package org.apache.commons.io

Class org.apache.commons.io.DirectoryWalker.CancelException extends java.io.IOException implements Serializable

serialVersionUID: 1347339620135041008L

Serialized Fields

file

java.io.File file
The file being processed when the exception was thrown.


depth

int depth
The file depth when the exception was thrown.

Class org.apache.commons.io.IOCase extends java.lang.Object implements Serializable

serialVersionUID: -6343169151696340687L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Replaces the enumeration from the stream with a real one. This ensures that the correct flag is set for SYSTEM.

Serialized Fields

name

java.lang.String name
The enumeration name.



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.