[ 
https://issues.apache.org/jira/browse/CAMEL-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769857#comment-15769857
 ] 

ASF GitHub Bot commented on CAMEL-10637:
----------------------------------------

GitHub user lifove opened a pull request:

    https://github.com/apache/camel/pull/1363

    CAMEL-10637: Throw IllegalStateException with a correct exception mes…

    Patch for https://issues.apache.org/jira/browse/CAMEL-10637

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lifove/camel CAMEL-10637

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1363.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1363
    
----
commit c9e1bf33aaff20b4698f926b0a11589167beab65
Author: JC <j...@lifove.net>
Date:   2016-12-22T11:32:57Z

    CAMEL-10637: Throw IllegalStateException with a correct exception message

----


> IllegalStateException that is not thrown in IgniteMessagingEndpoint
> -------------------------------------------------------------------
>
>                 Key: CAMEL-10637
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10637
>             Project: Camel
>          Issue Type: Task
>          Components: camel-ignite
>            Reporter: Jaechang Nam
>            Priority: Trivial
>             Fix For: 2.19.0
>
>
> In current snapshot (e4c6ab4e3ac0ce80c2430fe333bbd0a88de65826), 
> IllegalStateException is not thrown in 
> components/camel-ignite/src/main/java/org/apache/camel/component/ignite/messaging/IgniteMessagingEndpoint.java.
> {code}
>  76     public Consumer createConsumer(Processor processor) throws Exception {
>  77         // Validate options.
>  78         if (topic == null) {
>  79             new IllegalStateException("Cannot initialize an Ignite 
> Messaging Producer with a null topic.");
>  80         }
>  81 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to