Class UnimplementedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnimplementedException
    extends AlluxioStatusException
    Exception indicating that an operation is not implemented or not supported/enabled in this service.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnimplementedException

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

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

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