public final class ShardingConfigurationException extends RuntimeException
| Constructor and Description |
|---|
ShardingConfigurationException(Exception cause)
Constructs an exception with cause exception.
|
ShardingConfigurationException(String errorMessage,
Object... args)
Constructs an exception with formatted error message and arguments.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ShardingConfigurationException(String errorMessage, Object... args)
errorMessage - formatted error messageargs - arguments of error messagepublic ShardingConfigurationException(Exception cause)
cause - cause exceptionCopyright © 2018. All rights reserved.