java.io.SerializableAuthenticationFailedException, InvalidPathnameException, InvalidRecordException, NoChildrenForEphemeralsException, NoPathPermissionsException, NoRecordException@Public
@Evolving
public class RegistryIOException
extends org.apache.hadoop.fs.PathIOException
These exceptions include the path of the failing operation wherever possible;
this can be retrieved via PathIOException.getPath().
| Constructor | Description |
|---|---|
RegistryIOException(java.lang.String path,
java.lang.String error) |
|
RegistryIOException(java.lang.String path,
java.lang.String error,
java.lang.Throwable cause) |
|
RegistryIOException(java.lang.String path,
java.lang.Throwable cause) |
|
RegistryIOException(java.lang.String message,
org.apache.hadoop.fs.PathIOException cause) |
Build an exception from any other Path IO Exception.
|
getMessage, getPath, getTargetPath, setOperation, setTargetPath, withFullyQualifiedPathpublic RegistryIOException(java.lang.String message,
org.apache.hadoop.fs.PathIOException cause)
message - more specific textcause - causepublic RegistryIOException(java.lang.String path,
java.lang.Throwable cause)
public RegistryIOException(java.lang.String path,
java.lang.String error)
public RegistryIOException(java.lang.String path,
java.lang.String error,
java.lang.Throwable cause)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.