public class InvalidSelectorException extends JMSException
この例外は、Jakarta Messaging クライアントが無効な構文のメッセージセレクターをプロバイダーに提供しようとしたときにスローされる必要があります。
| コンストラクターと説明 | 
|---|
InvalidSelectorException(StringSE reason) 指定された理由で  InvalidSelectorException を構築します。 | 
InvalidSelectorException(StringSE reason, StringSE errorCode) 指定された理由とエラーコードで  InvalidSelectorException を構築します。 | 
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic InvalidSelectorException(StringSE reason, StringSE errorCode)
InvalidSelectorException を構築します。reason - 例外の説明 errorCode - ベンダー固有のエラーコードを指定する文字列 public InvalidSelectorException(StringSE reason)
InvalidSelectorException を構築します。エラーコードのデフォルトは null です。reason - 例外の説明 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.