Package jakarta.jms

Class JMSRuntimeException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalStateRuntimeException, InvalidClientIDRuntimeException, InvalidDestinationRuntimeException, InvalidSelectorRuntimeException, JMSSecurityRuntimeException, MessageFormatRuntimeException, MessageNotWriteableRuntimeException, ResourceAllocationRuntimeException, TransactionInProgressRuntimeException, TransactionRolledBackRuntimeException

public class JMSRuntimeException extends RuntimeException
This is the root class of all unchecked exceptions in the Jakarta Messaging API.

In additional to the detailMessage and cause fields inherited from Throwable, this class also allows a provider-specific errorCode to be set.

Since:
JMS 2.0
Version:
Jakarta Messaging 2.0
See Also: