public class JMSSecurityRuntimeException extends JMSRuntimeException
JMSSecurityException のスローを許可していない場合にスローする必要があります。| コンストラクターと説明 |
|---|
JMSSecurityRuntimeException(StringSE detailMessage) 指定された詳細メッセージで JMSSecurityRuntimeException を構築します |
JMSSecurityRuntimeException(StringSE detailMessage, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して JMSSecurityRuntimeException を構築します。 |
JMSSecurityRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause) 指定された詳細メッセージ、エラーコード、原因を使用して JMSSecurityRuntimeException を構築します |
getErrorCodeaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic JMSSecurityRuntimeException(StringSE detailMessage)
JMSSecurityRuntimeException を構築します detailMessage - 例外の説明 public JMSSecurityRuntimeException(StringSE detailMessage, StringSE errorCode)
JMSSecurityRuntimeException を構築します。detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード public JMSSecurityRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
JMSSecurityRuntimeException を構築します detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード cause - この例外の根本的な原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.