Class InvalidArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidArgumentException
    extends AlluxioStatusException
    Exception indicating that a client specified an invalid argument. Note that this differs from FailedPreconditionException. It indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name).
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidArgumentException

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

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

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