Class NoRecordException
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.NoRecordException
- All Implemented Interfaces:
Serializable
Raised if there is no
ServiceRecord resolved at the end
of the specified path.
There may be valid data of some form at the end of the path, but it does not appear to be a Service Record.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoRecordException(String path, String error) NoRecordException(String path, String error, Throwable cause) -
Method Summary
Methods inherited from class org.apache.hadoop.fs.PathIOException
getMessage, getPath, getTargetPath, setOperation, setTargetPath, withFullyQualifiedPathMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoRecordException
-
NoRecordException
-