public class GerritQueryException extends Exception
| Constructor and Description |
|---|
GerritQueryException()
Default Constructor.
|
GerritQueryException(String message)
Standard Constructor.
|
GerritQueryException(String message,
Throwable cause)
Standard constructor.
|
GerritQueryException(Throwable cause)
Standard constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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()
Copyright © 2004-2015 Hudson. All Rights Reserved.