Class WrongRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.regionserver.WrongRegionException
- All Implemented Interfaces:
Serializable
Thrown when a request contains a key which is not part of this region
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionconstructorConstructor -
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
-
WrongRegionException
public WrongRegionException()constructor -
WrongRegionException
Constructor- Parameters:
s
- message
-