Class UnimplementedRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • UnimplementedRuntimeException

        public UnimplementedRuntimeException​(java.lang.Throwable t,
                                             alluxio.grpc.ErrorType errorType)
        Constructor.
        Parameters:
        t - cause
        errorType - error type
      • UnimplementedRuntimeException

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