public class IntercomException extends RuntimeException
| コンストラクタと説明 |
|---|
IntercomException(ErrorResponse error) |
IntercomException(String message) |
IntercomException(Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ErrorResponse |
getErrorResponse()
Get an error response object from Intercom.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IntercomException(String message)
public IntercomException(ErrorResponse error)
public IntercomException(Throwable cause)
public ErrorResponse getErrorResponse()
Copyright © 2014. All Rights Reserved.