Class MetaDataClientServerException

All Implemented Interfaces:
Serializable

public class MetaDataClientServerException extends MetaDataException
Exception indicating the Metadata server has an internal error
See Also:
  • Constructor Details

    • MetaDataClientServerException

      public MetaDataClientServerException(String message)
      Constructor
      Parameters:
      message - message to associate with the exception
    • MetaDataClientServerException

      public MetaDataClientServerException(Throwable cause)
      Constructor
      Parameters:
      cause - cause to associate with the exception
    • MetaDataClientServerException

      public MetaDataClientServerException(String message, Throwable cause)
      Constructor
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception