Class DataLossException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataLossException
    extends AlluxioStatusException
    Exception indicating unrecoverable data loss or corruption.
    See Also:
    Serialized Form
    • Constructor Detail

      • DataLossException

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

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

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