org.apache.hadoop.registry.client.exceptions
Class InvalidPathnameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.fs.PathIOException
                  extended by org.apache.hadoop.registry.client.exceptions.RegistryIOException
                      extended by 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

Constructor Summary
InvalidPathnameException(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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathnameException

public InvalidPathnameException(String path,
                                String message)

InvalidPathnameException

public InvalidPathnameException(String path,
                                String message,
                                Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.