Class SecureIOUtils.AlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.io.SecureIOUtils.AlreadyExistsException
All Implemented Interfaces:
Serializable
Enclosing class:
SecureIOUtils

public static class SecureIOUtils.AlreadyExistsException extends IOException
Signals that an attempt to create a file at a given pathname has failed because another file already existed at that path.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(String msg)
    • AlreadyExistsException

      public AlreadyExistsException(Throwable cause)