public class IMBoxRuntimeException extends RuntimeException
コンストラクタと説明 |
---|
IMBoxRuntimeException()
デフォルトコンストラクタ
|
IMBoxRuntimeException(String message)
指定された詳細メッセージを使用して例外を生成します。
|
IMBoxRuntimeException(String logMessage,
String[] actionMessage)
指定された詳細メッセージおよび原因を使用して例外を生成します。
|
IMBoxRuntimeException(String message,
Throwable cause)
指定された詳細メッセージおよび原因を使用して例外を生成します。
|
IMBoxRuntimeException(Throwable cause)
指定された原因を使用して例外を生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String[] |
getActionMessages()
アクションメッセージの取得を行います。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IMBoxRuntimeException()
public IMBoxRuntimeException(String message)
message
- エラーメッセージpublic IMBoxRuntimeException(String logMessage, String[] actionMessage)
logMessage
- ログメッセージactionMessage
- エラーメッセージpublic IMBoxRuntimeException(String message, Throwable cause)
message
- エラーメッセージcause
- エラー原因public IMBoxRuntimeException(Throwable cause)
cause
- エラー原因public String[] getActionMessages()
Copyright © 2012 NTT DATA INTRAMART CORPORATION