public class UncategorizedJmsException extends JmsException
| コンストラクターと説明 |
|---|
UncategorizedJmsException(StringSE msg) メッセージを受け取るコンストラクター。 |
UncategorizedJmsException(StringSE msg, ThrowableSE cause) メッセージと根本原因をとるコンストラクター。 |
UncategorizedJmsException(ThrowableSE cause) 根本的な原因のみを取るコンストラクター。 |
getErrorCode, getMessagecontains, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic UncategorizedJmsException(StringSE msg)
msg - 詳細メッセージ public UncategorizedJmsException(StringSE msg, ThrowableSE cause)
msg - 詳細メッセージ cause - 例外の原因。この引数は通常、JMSExceptionEE の適切なサブクラスであると予想されますが、JNDI NamingException などでもかまいません。public UncategorizedJmsException(ThrowableSE cause)
cause - 例外の原因。この引数は通常、JMSExceptionEE の適切なサブクラスであると予想されますが、JNDI NamingException などでもかまいません。