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

    Modifier and Type
    Method
    Description
    jakarta.jms.JMSRuntimeException
     
  • Method Details

    • getUnchecked

      jakarta.jms.JMSRuntimeException getUnchecked()
      Returns:
      the unchecked version of this Exception