public class ContentsSearchRuntimeException extends RuntimeException
コンストラクタと説明 |
---|
ContentsSearchRuntimeException()
詳細メッセージおよび発生原因を持たないコンテンツサーチランタイム例外を作成します。
|
ContentsSearchRuntimeException(String msg)
指定された詳細メッセージを使用してコンテンツサーチランタイム例外を作成します。
|
ContentsSearchRuntimeException(String msg,
Throwable cause)
指定された詳細メッセージおよび発生原因を使用してコンテンツサーチランタイム例外を作成します。
|
ContentsSearchRuntimeException(Throwable cause)
指定された発生原因を使用してコンテンツサーチランタイム例外を作成します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContentsSearchRuntimeException()
public ContentsSearchRuntimeException(String msg)
msg
- 詳細メッセージpublic ContentsSearchRuntimeException(Throwable cause)
cause
- 発生原因Copyright © 2012 NTT DATA INTRAMART CORPORATION