Class AlreadyExistsRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlreadyExistsRuntimeException
    extends AlluxioRuntimeException
    Exception indicating that an attempt to create an entity failed because one already exists.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlreadyExistsRuntimeException

        public AlreadyExistsRuntimeException​(java.lang.Throwable t)
        Constructor.
        Parameters:
        t - cause
      • AlreadyExistsRuntimeException

        public AlreadyExistsRuntimeException​(java.lang.String message)
        Constructor.
        Parameters:
        message - error message