org.jenkinsci.plugins.ghprb.extensions
Class GhprbCommitStatusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.ghprb.extensions.GhprbCommitStatusException
All Implemented Interfaces:
Serializable

public class GhprbCommitStatusException
extends Exception

See Also:
Serialized Form

Constructor Summary
GhprbCommitStatusException(IOException exception, org.kohsuke.github.GHCommitState state, String message, int id)
           
 
Method Summary
 IOException getException()
           
 int getId()
           
 String getMessage()
           
 org.kohsuke.github.GHCommitState getState()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

GhprbCommitStatusException

public GhprbCommitStatusException(IOException exception,
                                  org.kohsuke.github.GHCommitState state,
                                  String message,
                                  int id)
Method Detail

getException

public IOException getException()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getState

public org.kohsuke.github.GHCommitState getState()

getId

public int getId()


Copyright © 2004-2015. All Rights Reserved.