com.sonyericsson.hudson.plugins.gerrit.gerritevents
Class GerritQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryException
All Implemented Interfaces:
Serializable

public class GerritQueryException
extends Exception

Represents a Query result of type "error".

Author:
Robert Sandell <robert.sandell@sonyericsson.com>
See Also:
Serialized Form

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

GerritQueryException

public GerritQueryException(Throwable cause)
Standard constructor.

Parameters:
cause - the cause of the Exception.
See Also:
Exception.Exception(java.lang.Throwable)

GerritQueryException

public GerritQueryException(String message,
                            Throwable cause)
Standard constructor.

Parameters:
message - a message.
cause - the cause of the Exception.
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

GerritQueryException

public GerritQueryException(String message)
Standard Constructor.

Parameters:
message - a message.
See Also:
Exception.Exception(java.lang.String)

GerritQueryException

public GerritQueryException()
Default Constructor.



Copyright © 2004-2012 Hudson. All Rights Reserved.