Class ClusterConfigurationException

All Implemented Interfaces:
Serializable

public class ClusterConfigurationException extends RemoteException
This exception is thrown in case of cluster configuration issues. e.g if a requested clsuter schema name was not found.
Version:
4.5
Author:
Gershon Diner
See Also:
  • Constructor Details

    • ClusterConfigurationException

      public ClusterConfigurationException()
      Constructs a ClusterConfigurationException.
    • ClusterConfigurationException

      public ClusterConfigurationException(String str)
      Constructs a ClusterConfigurationException with the specified detail message.
      Parameters:
      str - - the detail message
    • ClusterConfigurationException

      public ClusterConfigurationException(String str, Throwable cause)
      Constructs a ClusterConfigurationException with the specified detail message and cause.
      Parameters:
      str - the detail message
      cause - the cause