Interface JmsConvertableException
- All Known Implementing Classes:
DetailedIllegalStateException, DetailedInvalidClientIDException, DetailedInvalidDestinationException, DetailedInvalidSelectorException, DetailedJMSException, DetailedJMSSecurityException, DetailedMessageFormatException, DetailedMessageNotWriteableException, DetailedResourceAllocationException, DetailedTransactionInProgressException, DetailedTransactionRolledBackException
public interface JmsConvertableException
Interface for exceptions which can be mapped to their unchecked equivalent
-
Method Summary
-
Method Details
-
getUnchecked
jakarta.jms.JMSRuntimeException getUnchecked()- Returns:
- the unchecked version of this Exception
-