Class InvalidTuleapResponseException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- io.jenkins.plugins.tuleap_api.client.internals.exceptions.InvalidTuleapResponseException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidTuleapResponseException extends Exception
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidTuleapResponseException(okhttp3.Response response) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getMessage
public String getMessage()
- Overrides:
 getMessagein classThrowable
 
 - 
 
 -