public class AIServiceException extends Exception
| Constructor and Description |
|---|
AIServiceException() |
AIServiceException(AIResponse aiResponse) |
AIServiceException(String detailMessage) |
AIServiceException(String detailMessage,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
AIResponse |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AIServiceException()
public AIServiceException(String detailMessage)
public AIServiceException(AIResponse aiResponse)
public AIResponse getResponse()
public String getMessage()
getMessage in class ThrowableCopyright © 2017. All rights reserved.