Interface ActiveMQUtilBundle

  • All Known Implementing Classes:
    ActiveMQUtilBundle_$bundle

    @MessageBundle(projectCode="AMQ")
    public interface ActiveMQUtilBundle
    Logger Code 20 each message id must be 6 digits long starting with 20, the 3rd digit should be 9 so 209000 to 209999
    • Method Detail

      • invalidProperty

        @Message(id=209000,
                 value="invalid property: {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQIllegalStateException invalidProperty​(java.lang.String part)
      • invalidType

        @Message(id=209001,
                 value="Invalid type: {0}",
                 format=MESSAGE_FORMAT)
        java.lang.IllegalStateException invalidType​(java.lang.Byte type)
      • stringTooLong

        @Message(id=209002,
                 value="the specified string is too long ({0})",
                 format=MESSAGE_FORMAT)
        java.lang.IllegalStateException stringTooLong​(java.lang.Integer length)
      • errorCreatingCodec

        @Message(id=209003,
                 value="Error instantiating codec {0}",
                 format=MESSAGE_FORMAT)
        java.lang.IllegalArgumentException errorCreatingCodec​(@Cause
                                                              java.lang.Exception e,
                                                              java.lang.String codecClassName)
      • failedToParseLong

        @Message(id=209004,
                 value="Failed to parse long value from {0}",
                 format=MESSAGE_FORMAT)
        java.lang.IllegalArgumentException failedToParseLong​(java.lang.String value)