Serialized Form


Package org.apache.hadoop

Class org.apache.hadoop.HadoopIllegalArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs

Class org.apache.hadoop.fs.ChecksumException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

pos

long pos

Class org.apache.hadoop.fs.FileAlreadyExistsException extends IOException implements Serializable

Class org.apache.hadoop.fs.FSError extends Error implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.fs.InvalidPathException extends HadoopIllegalArgumentException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.fs.ParentNotDirectoryException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.fs.UnsupportedFileSystemException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs.ftp

Class org.apache.hadoop.fs.ftp.FTPException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs.permission

Class org.apache.hadoop.fs.permission.AccessControlException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs.s3

Class org.apache.hadoop.fs.s3.S3Exception extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.fs.s3.S3FileSystemException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.fs.s3.VersionMismatchException extends S3FileSystemException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs.viewfs

Class org.apache.hadoop.fs.viewfs.NotInMountpointException extends UnsupportedOperationException implements Serializable

Serialized Fields

msg

String msg

Package org.apache.hadoop.ha

Class org.apache.hadoop.ha.BadFencingConfigurationException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.ha.FailoverFailedException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.ha.HealthCheckFailedException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.ha.ServiceFailedException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.io

Class org.apache.hadoop.io.MultipleIOException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptions

List<E> exceptions

Class org.apache.hadoop.io.VersionMismatchException extends IOException implements Serializable

Serialized Fields

expectedVersion

byte expectedVersion

foundVersion

byte foundVersion

Package org.apache.hadoop.io.file.tfile

Class org.apache.hadoop.io.file.tfile.MetaBlockAlreadyExists extends IOException implements Serializable

Class org.apache.hadoop.io.file.tfile.MetaBlockDoesNotExist extends IOException implements Serializable


Package org.apache.hadoop.mapred

Class org.apache.hadoop.mapred.FileAlreadyExistsException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.InvalidFileTypeException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.InvalidInputException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

problems

List<E> problems

Class org.apache.hadoop.mapred.InvalidJobConfException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.mapreduce.lib.input

Class org.apache.hadoop.mapreduce.lib.input.InvalidInputException extends IOException implements Serializable

serialVersionUID: -380668190578456802L

Serialized Fields

problems

List<E> problems

Package org.apache.hadoop.metrics2

Class org.apache.hadoop.metrics2.MetricsException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.net

Class org.apache.hadoop.net.ConnectTimeoutException extends SocketTimeoutException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.record.compiler.generated

Class org.apache.hadoop.record.compiler.generated.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
Deprecated. 
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
Deprecated. 
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Deprecated. 
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
Deprecated. 
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
Deprecated. 
The end of line string for this machine.

Class org.apache.hadoop.record.compiler.generated.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Deprecated. 
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.hadoop.service

Class org.apache.hadoop.service.LifecycleEvent extends Object implements Serializable

serialVersionUID: 1648576996238247836L

Serialized Fields

time

long time
Local time in milliseconds when the event occurred


state

org.apache.hadoop.service.Service.STATE state
new state

Class org.apache.hadoop.service.ServiceStateException extends RuntimeException implements Serializable

serialVersionUID: 1110000352259232646L


Package org.apache.hadoop.yarn.api.records

Class org.apache.hadoop.yarn.api.records.ResourceRequest.ResourceRequestComparator extends Object implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.yarn.exceptions

Class org.apache.hadoop.yarn.exceptions.ApplicationAttemptNotFoundException extends YarnException implements Serializable

serialVersionUID: 8694508L

Class org.apache.hadoop.yarn.exceptions.ApplicationIdNotProvidedException extends YarnException implements Serializable

serialVersionUID: 911754350L

Class org.apache.hadoop.yarn.exceptions.ApplicationNotFoundException extends YarnException implements Serializable

serialVersionUID: 8694408L

Class org.apache.hadoop.yarn.exceptions.ContainerNotFoundException extends YarnException implements Serializable

serialVersionUID: 8694608L

Class org.apache.hadoop.yarn.exceptions.YarnException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.yarn.state

Class org.apache.hadoop.yarn.state.InvalidStateTransitonException extends org.apache.hadoop.yarn.exceptions.YarnRuntimeException implements Serializable

serialVersionUID: 8610511635996283691L

Serialized Fields

currentState

Enum<E extends Enum<E>> currentState

event

Enum<E extends Enum<E>> event



Copyright © 2014 Apache Software Foundation. All Rights Reserved.