spring-framework / org.springframework.jms

Package org.springframework.jms

Exceptions

IllegalStateException

open class IllegalStateException : JmsException

Runtime exception mirroring the JMS IllegalStateException.

InvalidClientIDException

open class InvalidClientIDException : JmsException

Runtime exception mirroring the JMS InvalidClientIDException.

InvalidDestinationException

open class InvalidDestinationException : JmsException

Runtime exception mirroring the JMS InvalidDestinationException.

InvalidSelectorException

open class InvalidSelectorException : JmsException

Runtime exception mirroring the JMS InvalidSelectorException.

JmsSecurityException

open class JmsSecurityException : JmsException

Runtime exception mirroring the JMS JMSSecurityException.

MessageEOFException

open class MessageEOFException : JmsException

Runtime exception mirroring the JMS MessageEOFException.

MessageFormatException

open class MessageFormatException : JmsException

Runtime exception mirroring the JMS MessageFormatException.

MessageNotReadableException

open class MessageNotReadableException : JmsException

Runtime exception mirroring the JMS MessageNotReadableException.

MessageNotWriteableException

open class MessageNotWriteableException : JmsException

Runtime exception mirroring the JMS MessageNotWriteableException.

ResourceAllocationException

open class ResourceAllocationException : JmsException

Runtime exception mirroring the JMS ResourceAllocationException.

TransactionInProgressException

open class TransactionInProgressException : JmsException

Runtime exception mirroring the JMS TransactionInProgressException.

TransactionRolledBackException

open class TransactionRolledBackException : JmsException

Runtime exception mirroring the JMS TransactionRolledBackException.

UncategorizedJmsException

open class UncategorizedJmsException : JmsException

JmsException to be thrown when no other matching subclass found.