@InterfaceAudience.Public @InterfaceStability.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 and Description |
---|
RegistryIOException(String message,
org.apache.hadoop.fs.PathIOException cause)
Build an exception from any other Path IO Exception.
|
RegistryIOException(String path,
String error) |
RegistryIOException(String path,
String error,
Throwable cause) |
RegistryIOException(String path,
Throwable cause) |
getMessage, getPath, getTargetPath, setOperation, setTargetPath
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegistryIOException(String message, org.apache.hadoop.fs.PathIOException cause)
message
- more specific textcause
- causepublic RegistryIOException(String path, Throwable cause)
public RegistryIOException(String path, String error)
public RegistryIOException(String path, String error, Throwable cause)
Copyright © 2016 Apache Software Foundation. All rights reserved.