Package com.dtsx.astra.sdk.db.exception
Class RegionAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dtsx.astra.sdk.db.exception.RegionAlreadyExistException
- All Implemented Interfaces:
Serializable
Exception thrown when creating a region with name already in use.
- See Also:
-
Constructor Summary
ConstructorDescriptionRegionAlreadyExistException
(String regionName, String dbname) Constructor with region name -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegionAlreadyExistException
Constructor with region name- Parameters:
regionName
- region namedbname
- database name
-