org.apache.hadoop.registry.client.exceptions
Class InvalidPathnameException
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.InvalidPathnameException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class InvalidPathnameException
- extends RegistryIOException
A path name was invalid. This is raised when a path string has
characters in it that are not permitted.
- See Also:
- Serialized Form
Methods inherited from class org.apache.hadoop.fs.PathIOException |
getMessage, getPath, getTargetPath, setOperation, setTargetPath |
InvalidPathnameException
public InvalidPathnameException(String path,
String message)
InvalidPathnameException
public InvalidPathnameException(String path,
String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.