public final class ShardingSphereConfigurationException extends RuntimeException
| 构造器和说明 |
|---|
ShardingSphereConfigurationException(Exception cause)
Constructs an exception with cause exception.
|
ShardingSphereConfigurationException(String errorMessage,
Object... args)
Constructs an exception with formatted error message and arguments.
|
public ShardingSphereConfigurationException(String errorMessage, Object... args)
errorMessage - formatted error messageargs - arguments of error messagepublic ShardingSphereConfigurationException(Exception cause)
cause - cause exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.