Class RegionServerRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.regionserver.RegionServerRunningException
- All Implemented Interfaces:
Serializable
Thrown if the region server log directory exists (which indicates another region server is
running at the same address)
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDefault ConstructorConstructs the exception and supplies a string as the message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
RegionServerRunningException
public RegionServerRunningException()Default Constructor -
RegionServerRunningException
Constructs the exception and supplies a string as the message- Parameters:
s
- - message
-