public class EJBException extends RuntimeExceptionSE
| コンストラクターと説明 |
|---|
EJBException() 詳細メッセージなしで EJBException を構築します。 |
EJBException(ExceptionSE ex) 最初にスローされた例外を埋め込む EJBException を構築します。 |
EJBException(StringSE message) 指定された詳細メッセージを持つ EJBException を構築します。 |
EJBException(StringSE message, ExceptionSE ex) 最初にスローされた例外と指定された詳細メッセージを埋め込む EJBException を構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ExceptionSE | getCausedByException()EJBException がスローされる原因となった例外を取得します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic EJBException()
public EJBException(StringSE message)
public EJBException(ExceptionSE ex)
public EJBException(StringSE message, ExceptionSE ex)
public ExceptionSE getCausedByException()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.