org.apache.hadoop.hbase.exceptions
Class RegionServerRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.exceptions.RegionServerRunningException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
public class RegionServerRunningException
extends IOException

Thrown if the region server log directory exists (which indicates another region server is running at the same address)

See Also:
Serialized Form

Constructor Summary
RegionServerRunningException()
          Default Constructor
RegionServerRunningException(String s)
          Constructs the exception and supplies a string as the message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegionServerRunningException

public RegionServerRunningException()
Default Constructor


RegionServerRunningException

public RegionServerRunningException(String s)
Constructs the exception and supplies a string as the message

Parameters:
s - - message


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.