Interface JmsExceptions

  • All Known Implementing Classes:
    JmsExceptions_$bundle

    @MessageBundle(projectCode="SRMSG",
                   length=5)
    public interface JmsExceptions
    Exceptions for JMS Connector Assigned ID range is 15600-15699
    • Method Detail

      • illegalStateUnableToUnwrap

        @Message(id=15601,
                 value="Unable to unwrap message to %s")
        IllegalArgumentException illegalStateUnableToUnwrap​(Class unwrapType)
      • illegalStateCannotFindFactory

        @Message(id=15602,
                 value="Cannot find a javax.jms.ConnectionFactory bean")
        IllegalStateException illegalStateCannotFindFactory()
      • illegalStateCannotFindNamedFactory

        @Message(id=15603,
                 value="Cannot find a javax.jms.ConnectionFactory bean named %s")
        IllegalStateException illegalStateCannotFindNamedFactory​(String factoryName)
      • illegalStateUnknowSessionMode

        @Message(id=15604,
                 value="Unknown session mode: %s")
        IllegalArgumentException illegalStateUnknowSessionMode​(String mode)
      • illegalStateKeyNull

        @Message(id=15605,
                 value="The key must not be `null` or blank")
        IllegalArgumentException illegalStateKeyNull()
      • illegalStateValueNull

        @Message(id=15606,
                 value="The value must not be `null`")
        IllegalArgumentException illegalStateValueNull()
      • illegalArgumentInvalidDeliveryMode

        @Message(id=15607,
                 value="Invalid delivery mode, it should be either `persistent` or `non_persistent`: %s")
        IllegalArgumentException illegalArgumentInvalidDeliveryMode​(String v)
      • illegalArgumentInvalidDestinationType

        @Message(id=15608,
                 value="Invalid destination type, it should be either `queue` or `topic`: %s")
        IllegalArgumentException illegalArgumentInvalidDestinationType​(String replyToDestinationType)
      • illegalStateUnableToMapProperties

        @Message(id=15609,
                 value="Unable to map JMS properties to the outgoing message, OutgoingJmsProperties expected, found %s")
        IllegalStateException illegalStateUnableToMapProperties​(String name)
      • illegalStateUnknownDestinationType

        @Message(id=15610,
                 value="Unknown destination type: %s")
        IllegalStateException illegalStateUnknownDestinationType​(String type)
      • illegalArgumentInvalidDestination

        @Message(id=15611,
                 value="Invalid destination, only topic can be durable")
        IllegalArgumentException illegalArgumentInvalidDestination()
      • illegalArgumentUnknownDestinationType

        @Message(id=15612,
                 value="Unknown destination type: %s")
        IllegalArgumentException illegalArgumentUnknownDestinationType​(String type)
      • illegalStateAlreadySubscriber

        @Message(id=15613,
                 value="There is already a subscriber")
        IllegalStateException illegalStateAlreadySubscriber()