public class SalesforceStreamingServiceException extends SalesforceStreamingClientRuntimeException
コンストラクタと説明 |
---|
SalesforceStreamingServiceException()
例外クラスのインスタンスを生成します。
|
SalesforceStreamingServiceException(String message)
エラーメッセージを指定して例外クラスのインスタンスを生成します。
|
SalesforceStreamingServiceException(String message,
Throwable cause)
エラーメッセージ、原因を指定して例外クラスのインスタンスを生成します。
|
SalesforceStreamingServiceException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
エラーメッセージ、原因、抑制の有効化または無効化、書込み可能スタック・トレースの有効化または無効化に基づいて、例外クラスのインスタンスを生成します。
|
SalesforceStreamingServiceException(Throwable cause)
原因を指定して例外クラスのインスタンスを生成します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SalesforceStreamingServiceException()
public SalesforceStreamingServiceException(String message)
message
- エラーメッセージpublic SalesforceStreamingServiceException(String message, Throwable cause)
message
- エラーメッセージcause
- 原因public SalesforceStreamingServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- エラーメッセージcause
- 原因enableSuppression
- 抑制を有効化するか、それとも無効化するかwritableStackTrace
- スタック・トレースを書込み可能にするかどうかpublic SalesforceStreamingServiceException(Throwable cause)
cause
- 原因Copyright © 2012 NTT DATA INTRAMART CORPORATION