|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException
public class IncompleteQueryException
An exception that is thrown when one or more required query parameters are not assigned with a value
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 |
---|
public IncompleteQueryException()
public IncompleteQueryException(java.lang.String message)
message
- The error messagepublic IncompleteQueryException(java.lang.Throwable cause)
cause
- The cause of the errorpublic IncompleteQueryException(java.lang.String message, java.lang.Throwable cause)
message
- The error messagecause
- The cause of the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |