Class AlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • AlreadyExistsException

        public AlreadyExistsException​(java.lang.String message)
        Parameters:
        message - the exception message
      • AlreadyExistsException

        public AlreadyExistsException​(java.lang.Throwable cause)
        Parameters:
        cause - the cause of the exception
      • AlreadyExistsException

        public AlreadyExistsException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Parameters:
        message - the exception message
        cause - the cause of the exception