程序包 org.springframework.jms
This package contains integration classes for JMS, allowing for Spring-style JMS access.
异常错误概要 异常错误 说明 IllegalStateException Runtime exception mirroring the JMS IllegalStateException.InvalidClientIDException Runtime exception mirroring the JMS InvalidClientIDException.InvalidDestinationException Runtime exception mirroring the JMS InvalidDestinationException.InvalidSelectorException Runtime exception mirroring the JMS InvalidSelectorException.JmsException Base class for exception thrown by the framework whenever it encounters a problem related to JMS.JmsSecurityException Runtime exception mirroring the JMS JMSSecurityException.MessageEOFException Runtime exception mirroring the JMS MessageEOFException.MessageFormatException Runtime exception mirroring the JMS MessageFormatException.MessageNotReadableException Runtime exception mirroring the JMS MessageNotReadableException.MessageNotWriteableException Runtime exception mirroring the JMS MessageNotWriteableException.ResourceAllocationException Runtime exception mirroring the JMS ResourceAllocationException.TransactionInProgressException Runtime exception mirroring the JMS TransactionInProgressException.TransactionRolledBackException Runtime exception mirroring the JMS TransactionRolledBackException.UncategorizedJmsException JmsException to be thrown when no other matching subclass found.