public class RegionAlreadyExistException extends Exception
Modifier and Type | Field and Description |
---|---|
protected String |
regionName |
Constructor and Description |
---|
RegionAlreadyExistException(String message,
String regionName) |
RegionAlreadyExistException(String message,
Throwable cause,
String regionName) |
Modifier and Type | Method and Description |
---|---|
String |
getRegionName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 1999–2020 CodeLutin. All rights reserved.