Class ResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.manifoldcf.crawler.connectors.jira.ResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResponseException extends java.lang.ExceptionThis exception is thrown when the response from REST is not what was expected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseException(java.lang.String msg)ResponseException(java.lang.String msg, java.lang.Throwable cause)
-