Class MetadataInvalidSelectException

All Implemented Interfaces:
Serializable

public class MetadataInvalidSelectException extends MetaDataException
MetaData Invalid Select Exception: will be thrown for invalid request
See Also:
  • Constructor Details

    • MetadataInvalidSelectException

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

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

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