public class ClusterConfigException
extends java.lang.Exception
| Constructor and Description | 
|---|
ClusterConfigException(java.lang.String message)
constructor with message. 
 | 
ClusterConfigException(java.lang.String message,
                      java.lang.Throwable cause)
constructor with message and causing exception. 
 | 
ClusterConfigException(java.lang.Throwable cause)
constructor with causing exception. 
 | 
public ClusterConfigException(java.lang.String message)
message - detailed error message.public ClusterConfigException(java.lang.Throwable cause)
cause - exception that caused the error.public ClusterConfigException(java.lang.String message,
                      java.lang.Throwable cause)
message - detailed error message.cause - exception that caused the error.