Package org.bsc.confluence.rest
Class AbstractRESTConfluenceService.ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.bsc.confluence.rest.AbstractRESTConfluenceService.ServiceException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractRESTConfluenceService
public static class AbstractRESTConfluenceService.ServiceException extends Error
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description okhttp3.Responseres
-
Constructor Summary
Constructors Constructor Description ServiceException(String message, okhttp3.Response res)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceException
public ServiceException(String message, okhttp3.Response res)
-
-