public class GoogleApiException
extends java.lang.Exception
| コンストラクタと説明 |
|---|
GoogleApiException()
Google API操作例外クラスコンストラクタ。
|
GoogleApiException(java.lang.String message)
Google API操作例外クラスコンストラクタ。
|
GoogleApiException(java.lang.String message,
java.lang.Throwable cause)
Google API操作例外クラスコンストラクタ。
|
GoogleApiException(java.lang.Throwable cause)
Google API操作例外クラスコンストラクタ。
|
public GoogleApiException()
public GoogleApiException(java.lang.String message,
java.lang.Throwable cause)
message - エラーメッセージcause - 例外public GoogleApiException(java.lang.String message)
message - エラーメッセージpublic GoogleApiException(java.lang.Throwable cause)
cause - 例外