org.gcube.opensearch.opensearchlibrary.query
Class IncompleteQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException
All Implemented Interfaces:
java.io.Serializable

public class IncompleteQueryException
extends java.lang.Exception

An exception that is thrown when one or more required query parameters are not assigned with a value

Author:
gerasimos.farantatos
See Also:
Serialized Form

Constructor Summary
IncompleteQueryException()
          Creates a new instance
IncompleteQueryException(java.lang.String message)
          Creates a new instance
IncompleteQueryException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance
IncompleteQueryException(java.lang.Throwable cause)
          Creates a new instance
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteQueryException

public IncompleteQueryException()
Creates a new instance


IncompleteQueryException

public IncompleteQueryException(java.lang.String message)
Creates a new instance

Parameters:
message - The error message

IncompleteQueryException

public IncompleteQueryException(java.lang.Throwable cause)
Creates a new instance

Parameters:
cause - The cause of the error

IncompleteQueryException

public IncompleteQueryException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new instance

Parameters:
message - The error message
cause - The cause of the error