public class AuthzImporterRuntimeException extends RuntimeException
コンストラクタと説明 |
---|
AuthzImporterRuntimeException()
詳細情報を設定せずに、例外クラスを作成します。
|
AuthzImporterRuntimeException(String message)
指定された詳細データを使用して、例外クラスを作成します。
|
AuthzImporterRuntimeException(String message,
Throwable cause)
指定された詳細データおよび原因を使用して、例外クラスを作成します。
|
AuthzImporterRuntimeException(Throwable cause)
指定された原因を使用して、例外クラスを作成します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthzImporterRuntimeException()
public AuthzImporterRuntimeException(String message)
message
- 詳細データpublic AuthzImporterRuntimeException(String message, Throwable cause)
message
- 詳細データcause
- 原因public AuthzImporterRuntimeException(Throwable cause)
cause
- 原因Copyright © 2012 NTT DATA INTRAMART CORPORATION