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
A path name was invalid. This is raised when a path string has
characters in it that are not permitted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPathnameException(String path, String message) InvalidPathnameException(String path, String message, 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
-
InvalidPathnameException
-
InvalidPathnameException
-