public class IMContainerException extends SystemException
コンストラクタと説明 |
---|
IMContainerException()
詳細メッセージを指定しないで
IMContainerException を構築します。 |
IMContainerException(String msg)
指定された詳細メッセージを持つ
IMContainerException を構築します。 |
IMContainerException(String msg,
Throwable throwable)
指定された詳細メッセージとこの例外の発生原因となる例外を持つ
IMContainerException を構築します。 |
IMContainerException(Throwable throwable)
この例外の発生原因となる例外を持つ
IMContainerException を構築します。 |
getException, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public IMContainerException()
IMContainerException
を構築します。public IMContainerException(String msg)
IMContainerException
を構築します。msg
- 詳細メッセージpublic IMContainerException(Throwable throwable)
IMContainerException
を構築します。throwable
- この例外の発生原因となる例外Copyright © 2012 NTT DATA INTRAMART CORPORATION