Class AlreadyBeingCreatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.AlreadyBeingCreatedException
All Implemented Interfaces:
Serializable

@Private @Evolving public class AlreadyBeingCreatedException extends IOException
The exception that happens when you ask to create a file that already is being created, but is not closed yet.
See Also:
  • Constructor Details

    • AlreadyBeingCreatedException

      public AlreadyBeingCreatedException(String msg)