com.google.appengine.api.files
Class FinalizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.appengine.api.files.FinalizationException
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.
@Deprecated public class FinalizationException extends java.io.IOException
AnException
that indicates that a file is in the wrong finalization state. This occurs if an attempt is made to write to a file that has already been finalized or to read from a file that has not yet been finalized.- See Also:
- Serialized Form