|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryException
public class GerritQueryException
Represents a Query result of type "error".
| Constructor Summary | |
|---|---|
GerritQueryException()
Default Constructor. |
|
GerritQueryException(String message)
Standard Constructor. |
|
GerritQueryException(String message,
Throwable cause)
Standard constructor. |
|
GerritQueryException(Throwable cause)
Standard constructor. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GerritQueryException(Throwable cause)
cause - the cause of the Exception.Exception.Exception(java.lang.Throwable)
public GerritQueryException(String message,
Throwable cause)
message - a message.cause - the cause of the Exception.Exception.Exception(java.lang.String, java.lang.Throwable)public GerritQueryException(String message)
message - a message.Exception.Exception(java.lang.String)public GerritQueryException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||