public class DeploymentException extends ExceptionSE
コンストラクターと説明 |
---|
DeploymentException(StringSE message) デプロイ障害の特定の理由でデプロイ例外を作成します。 |
DeploymentException(StringSE message, ThrowableSE cause) デプロイ失敗の特定の理由と失敗のラップされた原因でデプロイ例外を作成します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public DeploymentException(StringSE message)
message
- 失敗の理由。public DeploymentException(StringSE message, ThrowableSE cause)
message
- 失敗の理由。cause
- 問題の原因。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.