@InterfaceAudience.Public public class UnknownRegionException extends DoNotRetryRegionException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
UnknownRegionException(String message)
Constructs a new UnknownRegionException with the specified detail message.
|
UnknownRegionException(String message,
Throwable cause)
Constructs a new UnknownRegionException with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnknownRegionException(String message)
message
- the detail messagepublic UnknownRegionException(String message, Throwable cause)
message
- the detail messagecause
- the cause of the exceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.