Example usage for org.apache.hadoop.ipc StandbyException StandbyException

List of usage examples for org.apache.hadoop.ipc StandbyException StandbyException

Introduction

In this page you can find the example usage for org.apache.hadoop.ipc StandbyException StandbyException.

Prototype

public StandbyException(String msg) 

Source Link

Usage

From source file:io.hops.util.GroupMembershipService.java

License:Apache License

private void throwStandbyException() throws StandbyException {
    throw new StandbyException("ResourceManager " + rmId + " is not Active!");
}