net.praqma.jenkins.rqm.model.exception
Class RequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.praqma.jenkins.rqm.model.exception.RequestException
All Implemented Interfaces:
Serializable

public class RequestException
extends Exception

Author:
Praqma
See Also:
Serialized Form

Field Summary
 net.praqma.util.structure.Tuple<Integer,String> result
           
 
Constructor Summary
RequestException(net.praqma.util.structure.Tuple<Integer,String> result, Throwable cause)
           
 
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
 

Field Detail

result

public final net.praqma.util.structure.Tuple<Integer,String> result
Constructor Detail

RequestException

public RequestException(net.praqma.util.structure.Tuple<Integer,String> result,
                        Throwable cause)


Copyright © 2004-2014. All Rights Reserved.