org.apache.hadoop.registry.client.exceptions
Class InvalidRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.PathIOException
org.apache.hadoop.registry.client.exceptions.RegistryIOException
org.apache.hadoop.registry.client.exceptions.InvalidRecordException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class InvalidRecordException
- extends RegistryIOException
Raised if an attempt to parse a record failed.
- See Also:
- Serialized Form
Methods inherited from class org.apache.hadoop.fs.PathIOException |
getMessage, getPath, getTargetPath, setOperation, setTargetPath |
InvalidRecordException
public InvalidRecordException(String path,
String error)
InvalidRecordException
public InvalidRecordException(String path,
String error,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.